diff --git a/python-eventlet.spec b/python-eventlet.spec index 48f53f8..7923344 100644 --- a/python-eventlet.spec +++ b/python-eventlet.spec @@ -110,11 +110,8 @@ rm -vrf %{buildroot}%{python3_sitelib}/tests %check # Disable setting up dns (we have no /etc/resolv.conf in mock export EVENTLET_NO_GREENDNS=yes -# Disable 2 tests that require dns that we just disabled -rm -f tests/greendns_test.py -rm -f tests/socket_test.py # Tests are written only for Python 3 -nosetests-%{python3_version} -v +nosetests-%{python3_version} -v -e greendns_test -e socket_test -e test_patcher_existing_locks_locked %files -n python3-%{modname} %doc README.rst AUTHORS LICENSE NEWS