diff --git a/python-requests-mock.spec b/python-requests-mock.spec index 571fe2d..ae39ae0 100644 --- a/python-requests-mock.spec +++ b/python-requests-mock.spec @@ -17,7 +17,6 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without test Name: python-requests-mock Version: 1.5.2 Release: 0 @@ -61,16 +60,9 @@ You should checkout the docs for more information. %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib}/mymodule -%if %{with test} %check -mv .testr.conf .testr.conf.orig -%{python_expand # first line can't be empty -rm -rf .testrepository -sed 's/python/$python/' .testr.conf.orig >| .testr.conf -testr init -testr run --parallel -} -%endif +%python_expand pytest-%{$python_bin_suffix} tests/pytest +%python_exec setup.py testr %files %{python_files} %doc AUTHORS README.rst ChangeLog