|
|
76ac93 |
%global pypi_name pytest-xdist
|
|
|
76ac93 |
|
|
|
76ac93 |
Name: python-%{pypi_name}
|
|
|
76ac93 |
Version: 2.2.1
|
|
|
76ac93 |
Release: 1%{?dist}
|
|
|
76ac93 |
Summary: py.test plugin for distributed testing and loop-on-failing modes
|
|
|
76ac93 |
|
|
|
76ac93 |
License: MIT
|
|
|
76ac93 |
URL: https://github.com/pytest-dev/pytest-xdist
|
|
|
76ac93 |
Source0: %{pypi_source}
|
|
|
76ac93 |
BuildArch: noarch
|
|
|
76ac93 |
|
|
|
76ac93 |
BuildRequires: python3-devel
|
|
|
76ac93 |
BuildRequires: %{py3_dist execnet} >= 1.1
|
|
|
76ac93 |
BuildRequires: %{py3_dist filelock}
|
|
|
76ac93 |
BuildRequires: %{py3_dist psutil} >= 3.0.0
|
|
|
76ac93 |
BuildRequires: %{py3_dist pytest} >= 6.0.0
|
|
|
76ac93 |
BuildRequires: %{py3_dist pytest-forked}
|
|
|
76ac93 |
BuildRequires: %{py3_dist py}
|
|
|
76ac93 |
BuildRequires: %{py3_dist setuptools}
|
|
|
76ac93 |
BuildRequires: %{py3_dist setuptools_scm}
|
|
|
76ac93 |
|
|
|
76ac93 |
%global _description %{expand:
|
|
|
76ac93 |
The pytest-xdist plugin extends py.test with some unique test execution modes:
|
|
|
76ac93 |
* test run parallelization: if you have multiple CPUs or hosts you can use
|
|
|
76ac93 |
those for a combined test run. This allows to speed up development or to use
|
|
|
76ac93 |
special resources of remote machines.
|
|
|
76ac93 |
* --boxed: run each test in a boxed subprocess to survive SEGFAULTS or
|
|
|
76ac93 |
otherwise dying processes
|
|
|
76ac93 |
* --looponfail: run your tests repeatedly in a subprocess. After each run
|
|
|
76ac93 |
py.test waits until a file in your project changes and then re-runs the
|
|
|
76ac93 |
previously failing tests. This is repeated until all tests pass after which
|
|
|
76ac93 |
again a full run is performed.
|
|
|
76ac93 |
* Multi-Platform coverage: you can specify different Python interpreters or
|
|
|
76ac93 |
different platforms and run tests in parallel on all of them.}
|
|
|
76ac93 |
|
|
|
76ac93 |
%description %_description
|
|
|
76ac93 |
|
|
|
76ac93 |
%package -n python3-%{pypi_name}
|
|
|
76ac93 |
Summary: %{summary}
|
|
|
76ac93 |
%{?python_provide:%python_provide python3-%{pypi_name}}
|
|
|
76ac93 |
|
|
|
76ac93 |
Requires: %{py3_dist py}
|
|
|
76ac93 |
%description -n python3-%{pypi_name} %_description
|
|
|
76ac93 |
|
|
|
76ac93 |
%prep
|
|
|
76ac93 |
%autosetup -n %{pypi_name}-%{version}
|
|
|
76ac93 |
|
|
|
76ac93 |
%build
|
|
|
76ac93 |
%py3_build
|
|
|
76ac93 |
|
|
|
76ac93 |
%install
|
|
|
76ac93 |
%py3_install
|
|
|
76ac93 |
|
|
|
76ac93 |
%check
|
|
|
76ac93 |
%pytest
|
|
|
76ac93 |
|
|
|
76ac93 |
|
|
|
76ac93 |
%files -n python3-%{pypi_name}
|
|
|
76ac93 |
%doc OVERVIEW.md README.rst
|
|
|
76ac93 |
%license LICENSE
|
|
|
76ac93 |
%{python3_sitelib}/pytest_xdist*
|
|
|
76ac93 |
%{python3_sitelib}/xdist/
|
|
|
76ac93 |
|
|
|
76ac93 |
%changelog
|
|
|
76ac93 |
* Sat Feb 13 2021 Scott Talbert <swt@techie.net> - 2.2.1-1
|
|
|
76ac93 |
- Update to new upstream release 2.2.1 (#1927076)
|
|
|
76ac93 |
|
|
|
76ac93 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-2
|
|
|
76ac93 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
76ac93 |
|
|
|
76ac93 |
* Mon Dec 14 19:19:19 EST 2020 Scott Talbert <swt@techie.net> - 2.2.0-1
|
|
|
76ac93 |
- Update to new upstream release 2.2.0 (#1907549)
|
|
|
76ac93 |
|
|
|
76ac93 |
* Wed Aug 26 2020 Scott Talbert <swt@techie.net> - 2.1.0-1
|
|
|
76ac93 |
- Update to new upstream release 2.1.0 (#1872506)
|
|
|
76ac93 |
|
|
|
76ac93 |
* Fri Aug 14 2020 Scott Talbert <swt@techie.net> - 2.0.0-1
|
|
|
76ac93 |
- Update to new upstream release 2.0.0 (#1868954)
|
|
|
76ac93 |
|
|
|
76ac93 |
* Tue Jul 28 2020 Scott Talbert <swt@techie.net> - 1.34.0-1
|
|
|
76ac93 |
- Update to new upstream release 1.34.0 (#1861207)
|
|
|
76ac93 |
|
|
|
76ac93 |
* Sat Jul 11 2020 Scott Talbert <swt@techie.net> - 1.33.0-1
|
|
|
76ac93 |
- Update to new upstream release 1.33.0 (#1855516)
|
|
|
76ac93 |
|
|
|
76ac93 |
* Thu Jun 25 2020 Scott Talbert <swt@techie.net> - 1.32.0-4
|
|
|
76ac93 |
- Modernize Python packaging; BR setuptools
|
|
|
76ac93 |
|
|
|
76ac93 |
* Fri May 29 2020 Charalampos Stratakis <cstratak@redhat.com> - 1.32.0-3
|
|
|
76ac93 |
- Drop manual requires on python3-pytest to support usage with pytest4 compat package
|
|
|
76ac93 |
|
|
|
76ac93 |
* Sun May 24 2020 Miro Hron훾ok <mhroncok@redhat.com> - 1.32.0-2
|
|
|
76ac93 |
- Rebuilt for Python 3.9
|
|
|
76ac93 |
|
|
|
76ac93 |
* Mon May 04 2020 Scott Talbert <swt@techie.net> - 1.32.0-1
|
|
|
76ac93 |
- Update to new upstream release 1.32.0 (#1830627)
|
|
|
76ac93 |
|
|
|
76ac93 |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.31.0-2
|
|
|
76ac93 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
76ac93 |
|
|
|
76ac93 |
* Thu Jan 02 2020 Scott Talbert <swt@techie.net> - 1.31.0-1
|
|
|
76ac93 |
- Update to new upstream release 1.31.0 (#1785526)
|
|
|
76ac93 |
|
|
|
76ac93 |
* Wed Oct 02 2019 Scott Talbert <swt@techie.net> - 1.30.0-1
|
|
|
76ac93 |
- Update to new upstream release 1.30.0 (#1757495)
|
|
|
76ac93 |
|
|
|
76ac93 |
* Sat Aug 17 2019 Miro Hron훾ok <mhroncok@redhat.com> - 1.29.0-4
|
|
|
76ac93 |
- Rebuilt for Python 3.8
|
|
|
76ac93 |
|
|
|
76ac93 |
* Thu Aug 08 2019 Scott Talbert <swt@techie.net> - 1.29.0-3
|
|
|
76ac93 |
- Remove Python 2 subpackages (#1737399)
|
|
|
76ac93 |
|
|
|
76ac93 |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.29.0-2
|
|
|
76ac93 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
76ac93 |
|
|
|
76ac93 |
* Tue Jun 18 2019 Scott Talbert <swt@techie.net> - 1.29.0-1
|
|
|
76ac93 |
- Update to new upstream release 1.29.0 (#1720870)
|
|
|
76ac93 |
|
|
|
76ac93 |
* Thu Apr 18 2019 Scott Talbert <swt@techie.net> - 1.28.0-1
|
|
|
76ac93 |
- New upstream release 1.28.0
|
|
|
76ac93 |
|
|
|
76ac93 |
* Fri Mar 22 2019 Scott Talbert <swt@techie.net> - 1.27.0-1
|
|
|
76ac93 |
- New upstream release 1.27.0
|
|
|
76ac93 |
|
|
|
76ac93 |
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.1-2
|
|
|
76ac93 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
76ac93 |
|
|
|
76ac93 |
* Mon Jan 28 2019 Scott Talbert <swt@techie.net> - 1.26.1-1
|
|
|
76ac93 |
- New upstream release 1.26.1
|
|
|
76ac93 |
|
|
|
76ac93 |
* Tue Jan 22 2019 Scott Talbert <swt@techie.net> - 1.26.0-1
|
|
|
76ac93 |
- New upstream release 1.26.0
|
|
|
76ac93 |
|
|
|
76ac93 |
* Sat Dec 15 2018 Scott Talbert <swt@techie.net> - 1.25.0-1
|
|
|
76ac93 |
- New upstream release 1.25.0
|
|
|
76ac93 |
|
|
|
76ac93 |
* Sun Nov 11 2018 Scott Talbert <swt@techie.net> - 1.24.1-1
|
|
|
76ac93 |
- New upstream release 1.24.1
|
|
|
76ac93 |
|
|
|
76ac93 |
* Wed Oct 31 2018 Scott Talbert <swt@techie.net> - 1.24.0-1
|
|
|
76ac93 |
- New upstream release 1.24.0
|
|
|
76ac93 |
|
|
|
76ac93 |
* Fri Oct 19 2018 Scott Talbert <swt@techie.net> - 1.23.2-1
|
|
|
76ac93 |
- New upstream release 1.23.2
|
|
|
76ac93 |
|
|
|
76ac93 |
* Sat Jul 28 2018 Scott Talbert <swt@techie.net> - 1.22.5-1
|
|
|
76ac93 |
- New upstream release 1.22.5
|
|
|
76ac93 |
|
|
|
76ac93 |
* Tue Jul 24 2018 Scott Talbert <swt@techie.net> - 1.22.3-1
|
|
|
76ac93 |
- New upstream release 1.22.3
|
|
|
76ac93 |
|
|
|
76ac93 |
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.2-3
|
|
|
76ac93 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
76ac93 |
|
|
|
76ac93 |
* Tue Jun 19 2018 Miro Hron훾ok <mhroncok@redhat.com> - 1.22.2-2
|
|
|
76ac93 |
- Rebuilt for Python 3.7
|
|
|
76ac93 |
|
|
|
76ac93 |
* Wed Feb 28 2018 Scott Talbert <swt@techie.net> - 1.22.2-1
|
|
|
76ac93 |
- New upstream release 1.22.2
|
|
|
76ac93 |
|
|
|
76ac93 |
* Wed Feb 21 2018 Scott Talbert <swt@techie.net> - 1.22.1-1
|
|
|
76ac93 |
- New upstream release 1.22.1
|
|
|
76ac93 |
|
|
|
76ac93 |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.0-2
|
|
|
76ac93 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
76ac93 |
|
|
|
76ac93 |
* Fri Jan 12 2018 Scott Talbert <swt@techie.net> - 1.22.0-1
|
|
|
76ac93 |
- New upstream release 1.22.0
|
|
|
76ac93 |
|
|
|
76ac93 |
* Fri Dec 29 2017 Scott Talbert <swt@techie.net> - 1.21.0-1
|
|
|
76ac93 |
- New upstream release 1.21.0
|
|
|
76ac93 |
|
|
|
76ac93 |
* Mon Nov 20 2017 Scott Talbert <swt@techie.net> - 1.20.1-2
|
|
|
76ac93 |
- Avoid packaging -PYTEST.pyc files which are problematic (#1507299)
|
|
|
76ac93 |
|
|
|
76ac93 |
* Tue Oct 24 2017 Scott Talbert <swt@techie.net> - 1.20.1-1
|
|
|
76ac93 |
- New upstream release 1.20.1
|
|
|
76ac93 |
|
|
|
76ac93 |
* Thu Aug 24 2017 Scott Talbert <swt@techie.net> - 1.20.0-1
|
|
|
76ac93 |
- New upstream release 1.20.0
|
|
|
76ac93 |
|
|
|
76ac93 |
* Sat Jul 29 2017 Scott Talbert <swt@techie.net> - 1.18.2-1
|
|
|
76ac93 |
- New upstream release 1.18.2
|
|
|
76ac93 |
|
|
|
76ac93 |
* Fri Jul 28 2017 Scott Talbert <swt@techie.net> - 1.18.1-1
|
|
|
76ac93 |
- New upstream release 1.18.1
|
|
|
76ac93 |
|
|
|
76ac93 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.0-2
|
|
|
76ac93 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
76ac93 |
|
|
|
76ac93 |
* Wed Jun 28 2017 Scott Talbert <swt@techie.net> - 1.18.0-1
|
|
|
76ac93 |
- New upstream release 1.18.0
|
|
|
76ac93 |
|
|
|
76ac93 |
* Wed Jun 14 2017 Scott Talbert <swt@techie.net> - 1.17.1-1
|
|
|
76ac93 |
- New upstream release 1.17.1
|
|
|
76ac93 |
|
|
|
76ac93 |
* Sat Jun 10 2017 Scott Talbert - 1.17.0-1
|
|
|
76ac93 |
- New upstream release 1.17.0
|
|
|
76ac93 |
|
|
|
76ac93 |
* Tue May 09 2017 Scott Talbert <swt@techie.net> - 1.16.0-1
|
|
|
76ac93 |
- New upstream release 1.16.0
|
|
|
76ac93 |
- Enable tests
|
|
|
76ac93 |
|
|
|
76ac93 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.0-3
|
|
|
76ac93 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
76ac93 |
|
|
|
76ac93 |
* Mon Dec 19 2016 Miro Hron훾ok <mhroncok@redhat.com> - 1.15.0-2
|
|
|
76ac93 |
- Rebuild for Python 3.6
|
|
|
76ac93 |
|
|
|
76ac93 |
* Mon Oct 03 2016 Scott Talbert <swt@techie.net> - 1.15.0-1
|
|
|
76ac93 |
- New upstream release 1.15.0
|
|
|
76ac93 |
|
|
|
76ac93 |
* Thu Aug 11 2016 Scott Talbert <swt@techie.net> - 1.14-1
|
|
|
76ac93 |
- Initial package.
|