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 - 2.2.0-1 +- Update to 2.2.0. + * Wed Oct 26 2011 Thomas Moschny - 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