1
0
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:
Sebastian Wagner 2021-02-02 21:34:29 +00:00 committed by Git OBS Bridge
parent fbf353bb75
commit e2090403ea
2 changed files with 7 additions and 1 deletions

View File

@ -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>

View File

@ -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}