diff --git a/python-aioftp.changes b/python-aioftp.changes index 3980054..81ab337 100644 --- a/python-aioftp.changes +++ b/python-aioftp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jan 7 20:25:23 UTC 2023 - Ben Greiner + +- Remove 'legacy' pytest-asyncio mode command line argument. It is + not available anymore, meanwhile upstream uses 'strict' from + config file. + ------------------------------------------------------------------- Mon Oct 17 11:31:51 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-aioftp.spec b/python-aioftp.spec index 2854bf4..352ffa8 100644 --- a/python-aioftp.spec +++ b/python-aioftp.spec @@ -1,7 +1,7 @@ # # spec file for package python-aioftp # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-aioftp Version: 0.21.4 @@ -53,7 +52,7 @@ aioftp is a python FTP client/server based on asyncio. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest --asyncio-mode=legacy +%pytest %files %{python_files} %doc README.rst