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:
parent
fbf353bb75
commit
e2090403ea
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 2 21:33:54 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
- disable test test_asyncio_record_replay as it requires DNS.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 23 19:20:19 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user