15
0
forked from pool/python-PyFxA
Tomáš Chvátal
2019-03-28 10:13:34 +00:00
committed by Git OBS Bridge
parent bd08ef1265
commit 86ca9ad6b6

View File

@@ -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