Resolves: rhbz#1945164 - Remove dependency on python-pytest-randomly

disable tests
This commit is contained in:
Parag Nemade 2021-04-27 13:42:05 +05:30
parent 968f879cd1
commit 96a6d16677
No known key found for this signature in database
GPG Key ID: 71932951EB71E972

View File

@ -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 <pnemade AT redhat DOT com> - 2.4.11-9
- Resolves: rhbz#1945164 - Remove dependency on python-pytest-randomly
- disable tests
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.4.11-8
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937