New upstream release 1.17.0

epel9
Scott Talbert 8 years ago
parent 30b4abb88e
commit 1a4d478234

1
.gitignore vendored

@ -1,3 +1,4 @@
/pytest-xdist-1.14.zip /pytest-xdist-1.14.zip
/pytest-xdist-1.15.0.tar.gz /pytest-xdist-1.15.0.tar.gz
/pytest-xdist-1.16.0.tar.gz /pytest-xdist-1.16.0.tar.gz
/pytest-xdist-1.17.0.tar.gz

@ -13,7 +13,7 @@
different platforms and run tests in parallel on all of them. different platforms and run tests in parallel on all of them.
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.16.0 Version: 1.17.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: py.test plugin for distributed testing and loop-on-failing modes Summary: py.test plugin for distributed testing and loop-on-failing modes
@ -69,7 +69,7 @@ Requires: python3-py
%check %check
PYTHONPATH=%{buildroot}%{python2_sitelib} py.test-%{python2_version} testing PYTHONPATH=%{buildroot}%{python2_sitelib} py.test-%{python2_version} testing
PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -k "not test_n1_import_error and not test_manytests_to_one_import_error" testing PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} testing
%files -n python2-%{pypi_name} %files -n python2-%{pypi_name}
@ -85,6 +85,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -k "not tes
%{python3_sitelib}/xdist/ %{python3_sitelib}/xdist/
%changelog %changelog
* Sat Jun 10 2017 Scott Talbert - 1.17.0-1
- New upstream release 1.17.0
* Tue May 09 2017 Scott Talbert <swt@techie.net> - 1.16.0-1 * Tue May 09 2017 Scott Talbert <swt@techie.net> - 1.16.0-1
- New upstream release 1.16.0 - New upstream release 1.16.0
- Enable tests - Enable tests

@ -1 +1 @@
SHA512 (pytest-xdist-1.16.0.tar.gz) = 96811459c43ad2a3625bde98b9047434d7207e1d7170ccfb0a5648f3646b7a1f326b89f146a45ff394223f8276015632f5d2c38fc0e6b7a922eedbca5fe325a7 SHA512 (pytest-xdist-1.17.0.tar.gz) = f475e6a058958fe59aa2b49bc7510b940a19c04bed142a402b90a0d04c2d0035e13ad872c1aa780b3e8db690242a56ae74483aa6d5f902196afe52eca6d99795

Loading…
Cancel
Save