[pytest] Update to 2.2.0.

Thomas Moschny thm at fedoraproject.org
Tue Dec 13 18:36:29 UTC 2011


commit 96521b9cd3d82ea620eb80a5bb4770333fa98c79
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Tue Dec 13 19:36:13 2011 +0100

    Update to 2.2.0.

 .gitignore  |    1 +
 pytest.spec |    8 +++++---
 sources     |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 428089d..f11cc7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /pytest-2.1.0.zip
 /pytest-2.1.1.zip
 /pytest-2.1.3.zip
+/pytest-2.2.0.zip
diff --git a/pytest.spec b/pytest.spec
index cc0e231..bdc93c3 100644
--- a/pytest.spec
+++ b/pytest.spec
@@ -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 at gmx.de> - 2.2.0-1
+- Update to 2.2.0.
+
 * Wed Oct 26 2011 Thomas Moschny <thomas.moschny at gmx.de> - 2.1.3-1
 - Update to 2.1.3.
 
diff --git a/sources b/sources
index 2517534..34a62fc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f9862126e4b1157f7691fc9993255244  pytest-2.1.3.zip
+fa904c0f879c51f62058dbafe93cbe2f  pytest-2.2.0.zip


More information about the scm-commits mailing list