forked from pool/python-mocket
- disable test test_asyncio_record_replay as it requires DNS.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=28
This commit is contained in:
committed by
Git OBS Bridge
parent
fbf353bb75
commit
e2090403ea
@@ -106,7 +106,8 @@ pytest_python36_ignore="--ignore tests/tests38"
|
||||
%if %{python3_version_nodots} < 38
|
||||
pytest_python3_ignore="--ignore tests/tests38"
|
||||
%endif
|
||||
%pytest -k 'not RedisTestCase' ${pytest_$python_ignore}
|
||||
# test_asyncio_record_replay requires DNS ("Temporary failure in name resolution")
|
||||
%pytest -k 'not RedisTestCase and not test_asyncio_record_replay' ${pytest_$python_ignore}
|
||||
%endif
|
||||
|
||||
%if !%{with test}
|
||||
|
Reference in New Issue
Block a user