forked from pool/python-aioftp
Accepting request 1056816 from home:bnavigator:branches:devel:languages:python
- Remove 'legacy' pytest-asyncio mode command line argument. It is not available anymore, meanwhile upstream uses 'strict' from config file. OBS-URL: https://build.opensuse.org/request/show/1056816 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioftp?expand=0&rev=16
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 7 20:25:23 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- 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 <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user