Hello community,
here is the log from the commit of package python-pytest-asyncio for
openSUSE:Factory checked in at 2020-03-09 11:42:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-asyncio (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-asyncio.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-asyncio"
Mon Mar 9 11:42:37 2020 rev:4 rq:782858 version:0.10.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-asyncio/python-pytest-asyncio.changes
2019-02-14 14:34:24.647623918 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-asyncio.new.26092/python-pytest-asyncio.changes
2020-03-09 11:42:51.133339288 +0100
@@ -1,0 +2,5 @@
+Mon Mar 9 09:37:18 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix test run on python 3.8+
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-asyncio.spec ++++++
--- /var/tmp/diff_new_pack.QNB29r/_old 2020-03-09 11:42:51.905339706 +0100
+++ /var/tmp/diff_new_pack.QNB29r/_new 2020-03-09 11:42:51.909339707 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-asyncio
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,6 @@
Release: 0
Summary: Pytest support for asyncio
License: Apache-2.0
-Group: Development/Languages/Python
URL: https://github.com/pytest-dev/pytest-asyncio
Source:
https://github.com/pytest-dev/pytest-asyncio/archive/v%{version}.tar.gz#./pytest-asyncio-%{version}.tar.gz
BuildRequires: %{python_module async_generator >= 1.3}
@@ -55,7 +54,9 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec -m pytest
+# remove pytest config to not error out on deprecations
+rm setup.cfg
+%pytest
%files %{python_files}
%doc README.rst