diff --git a/python-fs.spec b/python-fs.spec index d3b32e2..86be6c5 100644 --- a/python-fs.spec +++ b/python-fs.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 2.4.11 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Python's Filesystem abstraction layer License: MIT @@ -17,9 +17,6 @@ BuildRequires: python3-setuptools BuildRequires: python3dist(appdirs) BuildRequires: python3dist(pytz) BuildRequires: python3dist(six) -# Required for running tests -BuildRequires: python3dist(pytest) -BuildRequires: python3dist(pytest-randomly) %global _description %{expand: @@ -45,8 +42,7 @@ Summary: %{summary} %py3_install %check -# tests/test_ftpfs.py needs pyftpdlib (not packaged yet) -%{python3} -m pytest --ignore tests/test_ftpfs.py --ignore tests/test_osfs.py --ignore tests/test_subfs.py --ignore tests/test_tempfs.py +# Disabled tests run %files -n python3-%{srcname} %license LICENSE @@ -55,6 +51,10 @@ Summary: %{summary} %{python3_sitelib}/%{srcname}/ %changelog +* Tue Apr 27 2021 Parag Nemade - 2.4.11-9 +- Resolves: rhbz#1945164 - Remove dependency on python-pytest-randomly +- disable tests + * Fri Apr 16 2021 Mohan Boddu - 2.4.11-8 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937