1
0
forked from pool/python-mocket

Accepting request 868763 from devel:languages:python

- disable test test_asyncio_record_replay as it requires DNS.
- Update to version 3.9.40:
 - Fix for asyncio.open_connection() (#144)
 - fix UT for 3.5 support

OBS-URL: https://build.opensuse.org/request/show/868763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mocket?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2021-02-04 19:23:25 +00:00 committed by Git OBS Bridge
commit 7d84da793b
4 changed files with 18 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4419ab395fcaa8914b6964e2ebf24282f9f65ded08cf4d8afd9cbb1dbc7b6cd5
size 74996

3
mocket-3.9.40.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dbe4349a0ed30ed0c5d04684dd5d98517f8d1e4585fe0da4832747e2f01f3c18
size 75609

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
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>
- Update to version 3.9.40:
- Fix for asyncio.open_connection() (#144)
- fix UT for 3.5 support
-------------------------------------------------------------------
Fri Jan 15 16:56:37 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-mocket%{psuffix}
Version: 3.9.39
Version: 3.9.40
Release: 0
Summary: Python socket mock framework
License: BSD-3-Clause
@ -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}