New upstream release 1.16.0

Enable tests
epel9
Scott Talbert 8 years ago
parent 30fa01c5a8
commit 30b4abb88e

1
.gitignore vendored

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

@ -13,8 +13,8 @@
different platforms and run tests in parallel on all of them.
Name: python-%{pypi_name}
Version: 1.15.0
Release: 3%{?dist}
Version: 1.16.0
Release: 1%{?dist}
Summary: py.test plugin for distributed testing and loop-on-failing modes
License: MIT
@ -24,6 +24,12 @@ BuildArch: noarch
BuildRequires: python2-devel
BuildRequires: python3-devel
BuildRequires: python2-execnet
BuildRequires: python3-execnet
BuildRequires: python2-pytest
BuildRequires: python3-pytest
BuildRequires: python2-py
BuildRequires: python3-py
BuildRequires: python2-setuptools_scm
BuildRequires: python3-setuptools_scm
@ -61,6 +67,10 @@ Requires: python3-py
%py2_install
%py3_install
%check
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
%files -n python2-%{pypi_name}
%doc OVERVIEW.md README.rst
@ -75,6 +85,10 @@ Requires: python3-py
%{python3_sitelib}/xdist/
%changelog
* Tue May 09 2017 Scott Talbert <swt@techie.net> - 1.16.0-1
- New upstream release 1.16.0
- Enable tests
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

@ -1 +1 @@
84fe5080fb0aa525b0c3ddd5e9b7eb56 pytest-xdist-1.15.0.tar.gz
SHA512 (pytest-xdist-1.16.0.tar.gz) = 96811459c43ad2a3625bde98b9047434d7207e1d7170ccfb0a5648f3646b7a1f326b89f146a45ff394223f8276015632f5d2c38fc0e6b7a922eedbca5fe325a7

Loading…
Cancel
Save