diff --git a/python-sniffio.changes b/python-sniffio.changes index 3959c0e..b424b6f 100644 --- a/python-sniffio.changes +++ b/python-sniffio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 14 21:04:35 UTC 2019 - Tomáš Chvátal + +- Really run tests + ------------------------------------------------------------------- Sat May 11 18:50:30 UTC 2019 - Torsten Gruner diff --git a/python-sniffio.spec b/python-sniffio.spec index 0841371..84ce699 100644 --- a/python-sniffio.spec +++ b/python-sniffio.spec @@ -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