From 86ca9ad6b601ce6df9fbf66d8fd132a6bc69143a0f35747d0057e7b90a71ec96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 28 Mar 2019 10:13:34 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyFxA?expand=0&rev=10 --- python-PyFxA.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-PyFxA.spec b/python-PyFxA.spec index 94f1c2c..f856217 100644 --- a/python-PyFxA.spec +++ b/python-PyFxA.spec @@ -67,7 +67,7 @@ find ./ -type f -exec chmod -x {} + %check # test_monkey_patch_for_gevent gevent no longer packaged as it is deprecated -%pytest -k 'not test_monkey_patch_for_gevent' fxa/tests/ +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v -k 'not test_monkey_patch_for_gevent' fxa/tests/ %files %{python_files} %doc CHANGES.txt README.rst