Update to 2.2.0.

This commit is contained in:
Thomas Moschny 2011-12-13 19:36:13 +01:00
parent 6c10783bde
commit 96521b9cd3
3 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/pytest-2.1.0.zip
/pytest-2.1.1.zip
/pytest-2.1.3.zip
/pytest-2.2.0.zip

View File

@ -6,7 +6,7 @@
%endif
Name: pytest
Version: 2.1.3
Version: 2.2.0
Release: 1%{?dist}
Summary: Simple powerful testing with Python
@ -102,8 +102,7 @@ rm -rf %{buildroot}
%check
PYTHONPATH=%{buildroot}%{python_sitelib} \
%{buildroot}%{_bindir}/py.test -r s \
-k-TestInvocationVariants.test_cmdline_python_package # issue #74
%{buildroot}%{_bindir}/py.test -r s
%if 0%{?with_python3}
pushd %{py3dir}
PYTHONPATH=%{buildroot}%{python3_sitelib} \
@ -132,6 +131,9 @@ popd
%changelog
* Tue Dec 13 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.2.0-1
- Update to 2.2.0.
* Wed Oct 26 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.1.3-1
- Update to 2.1.3.

View File

@ -1 +1 @@
f9862126e4b1157f7691fc9993255244 pytest-2.1.3.zip
fa904c0f879c51f62058dbafe93cbe2f pytest-2.2.0.zip