Hello community,
here is the log from the commit of package python-aiorpcX for openSUSE:Factory checked in at 2019-07-31 14:37:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aiorpcX (Old)
and /work/SRC/openSUSE:Factory/.python-aiorpcX.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aiorpcX"
Wed Jul 31 14:37:16 2019 rev:4 rq:720024 version:0.18.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-aiorpcX/python-aiorpcX.changes 2019-06-12 13:13:33.316863482 +0200
+++ /work/SRC/openSUSE:Factory/.python-aiorpcX.new.4126/python-aiorpcX.changes 2019-07-31 14:37:19.897834666 +0200
@@ -1,0 +2,5 @@
+Wed Jul 31 09:51:42 UTC 2019 - Tomáš Chvátal <tchvatal(a)suse.com>
+
+- Skip tests that actually can poll network
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-aiorpcX.spec ++++++
--- /var/tmp/diff_new_pack.hbOvq4/_old 2019-07-31 14:37:20.493834330 +0200
+++ /var/tmp/diff_new_pack.hbOvq4/_new 2019-07-31 14:37:20.497834327 +0200
@@ -47,6 +47,8 @@
%prep
%setup -q -n aiorpcX-%{version}
+# needs network
+rm tests/test_websocket.py
%build
%python_build
@@ -58,7 +60,7 @@
%check
# the two disabled tests below need network
# test_slow_connection_aborted - randomly fails, out of 10 runs 6 fails
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -k 'not (test_auto_detect_address_failure or test_create_connection_resolve_good or test_slow_connection_aborted)'
+%pytest -k 'not (test_auto_detect_address_failure or test_create_connection_resolve_good or test_slow_connection_aborted)'
%files %{python_files}
%doc README.rst