From 6c923d302d1e404e701e941e148d927d5b21bf9c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Jan 20 2021 16:17:16 +0000 Subject: Update check section --- diff --git a/python-testfixtures.spec b/python-testfixtures.spec index 1a9fa68..4f74901 100644 --- a/python-testfixtures.spec +++ b/python-testfixtures.spec @@ -42,8 +42,9 @@ rm -rf %{pypi_name}.egg-info %py3_install %check -PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v testfixtures/tests/*.py \ - -k "not test_log_then_patch and not test_our_wrap_dealing_with_mock_patch and not test_patch_with_dict" +%pytest -v testfixtures/tests/*.py \ + -k "not test_log_then_patch and not test_our_wrap_dealing_with_mock_patch and not test_patch_with_dict" \ + --ignore "tests/test_popen.py" %files -n python3-%{pypi_name} %doc CHANGELOG.rst README.rst