[pytest] Update to 2.1.3.

Thomas Moschny thm at fedoraproject.org
Wed Oct 26 18:26:24 UTC 2011


commit 6c10783bde91333f83219fe2292835f11202453c
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Wed Oct 26 20:26:03 2011 +0200

    Update to 2.1.3.

 .gitignore  |    1 +
 pytest.spec |   15 +++++++++++----
 sources     |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dcb7ecd..428089d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /pytest-2.1.0.zip
 /pytest-2.1.1.zip
+/pytest-2.1.3.zip
diff --git a/pytest.spec b/pytest.spec
index 82d13cf..cc0e231 100644
--- a/pytest.spec
+++ b/pytest.spec
@@ -6,8 +6,8 @@
 %endif
 
 Name:           pytest
-Version:        2.1.1
-Release:        2%{?dist}
+Version:        2.1.3
+Release:        1%{?dist}
 Summary:        Simple powerful testing with Python
 
 Group:          Development/Languages
@@ -102,11 +102,12 @@ rm -rf %{buildroot}
 
 %check
 PYTHONPATH=%{buildroot}%{python_sitelib} \
-  %{buildroot}%{_bindir}/py.test
+  %{buildroot}%{_bindir}/py.test -r s \
+  -k-TestInvocationVariants.test_cmdline_python_package # issue #74
 %if 0%{?with_python3}
 pushd %{py3dir}
 PYTHONPATH=%{buildroot}%{python3_sitelib} \
-  %{buildroot}%{_bindir}/py.test-3.*
+  %{buildroot}%{_bindir}/py.test-3.* -r s
 popd
 %endif # with_python3
 
@@ -131,6 +132,12 @@ popd
 
 
 %changelog
+* Wed Oct 26 2011 Thomas Moschny <thomas.moschny at gmx.de> - 2.1.3-1
+- Update to 2.1.3.
+
+* Tue Sep 27 2011 Thomas Moschny <thomas.moschny at gmx.de> - 2.1.2-1
+- Update to 2.1.2.
+
 * Sat Sep  3 2011 Thomas Moschny <thomas.moschny at gmx.de> - 2.1.1-2
 - Fix: python3 dependencies.
 
diff --git a/sources b/sources
index b22c177..2517534 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f41ca8e05d351fcbaf34a60a2311f764  pytest-2.1.1.zip
+f9862126e4b1157f7691fc9993255244  pytest-2.1.3.zip


More information about the scm-commits mailing list