Tomáš Chvátal 2019-05-14 21:04:44 +00:00 committed by Git OBS Bridge
parent 185d295e25
commit 7b940e5b0a
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 14 21:04:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Really run tests
-------------------------------------------------------------------
Sat May 11 18:50:30 UTC 2019 - Torsten Gruner <t.gruner@katodev.de>

View File

@ -27,7 +27,6 @@ Group: Development/Languages/Python
URL: https://github.com/python-trio/sniffio
Source: https://github.com/python-trio/sniffio/archive/v%{version}.tar.gz#/sniffio-%{version}.tar.gz
BuildRequires: %{python_module contextvars >= 2.1}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@ -54,7 +53,7 @@ Support multiple async I/O packages, like Trio, and asyncio.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
%pytest
%files %{python_files}
%doc README.rst