Resolves: rhbz#1945164 - Remove dependency on python-pytest-randomly
disable tests
This commit is contained in:
parent
968f879cd1
commit
96a6d16677
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 2.4.11
|
Version: 2.4.11
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Python's Filesystem abstraction layer
|
Summary: Python's Filesystem abstraction layer
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -17,9 +17,6 @@ BuildRequires: python3-setuptools
|
|||||||
BuildRequires: python3dist(appdirs)
|
BuildRequires: python3dist(appdirs)
|
||||||
BuildRequires: python3dist(pytz)
|
BuildRequires: python3dist(pytz)
|
||||||
BuildRequires: python3dist(six)
|
BuildRequires: python3dist(six)
|
||||||
# Required for running tests
|
|
||||||
BuildRequires: python3dist(pytest)
|
|
||||||
BuildRequires: python3dist(pytest-randomly)
|
|
||||||
|
|
||||||
|
|
||||||
%global _description %{expand:
|
%global _description %{expand:
|
||||||
@ -45,8 +42,7 @@ Summary: %{summary}
|
|||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# tests/test_ftpfs.py needs pyftpdlib (not packaged yet)
|
# Disabled tests run
|
||||||
%{python3} -m pytest --ignore tests/test_ftpfs.py --ignore tests/test_osfs.py --ignore tests/test_subfs.py --ignore tests/test_tempfs.py
|
|
||||||
|
|
||||||
%files -n python3-%{srcname}
|
%files -n python3-%{srcname}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
@ -55,6 +51,10 @@ Summary: %{summary}
|
|||||||
%{python3_sitelib}/%{srcname}/
|
%{python3_sitelib}/%{srcname}/
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user