Update to nose-1.2.0.
- Two less python3 test failures than 1.1.2
This commit is contained in:
parent
83c612bd55
commit
a6c8c276c7
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ nose-0.11.4.tar.gz
|
|||||||
/nose-1.0.0.tar.gz
|
/nose-1.0.0.tar.gz
|
||||||
/nose-1.1.1.tar.gz
|
/nose-1.1.1.tar.gz
|
||||||
/nose-1.1.2.tar.gz
|
/nose-1.1.2.tar.gz
|
||||||
|
/nose-1.2.0.tar.gz
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
%global with_docs 1
|
%global with_docs 1
|
||||||
|
|
||||||
Name: python-nose
|
Name: python-nose
|
||||||
Version: 1.1.2
|
Version: 1.2.0
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Discovery-based unittest extension for Python
|
Summary: Discovery-based unittest extension for Python
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -152,9 +152,7 @@ export PYTHONPATH=`pwd`/build/lib
|
|||||||
%{__python3} selftest.py \
|
%{__python3} selftest.py \
|
||||||
-e nose.plugins.errorclass \
|
-e nose.plugins.errorclass \
|
||||||
-e nose.plugins.plugintest \
|
-e nose.plugins.plugintest \
|
||||||
-e imported_tests.rst \
|
|
||||||
-e test_withid_failures.rst \
|
-e test_withid_failures.rst \
|
||||||
-e selector_plugin.rst \
|
|
||||||
-e test_traverse_namespace \
|
-e test_traverse_namespace \
|
||||||
-v
|
-v
|
||||||
popd
|
popd
|
||||||
@ -189,6 +187,10 @@ rm -rf %{buildroot}
|
|||||||
%endif # with_docs
|
%endif # with_docs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 10 2012 Toshio Kuratomi <toshio@fedoraproject.org> - 1.2.0-1
|
||||||
|
- Update to nose-1.2.0.
|
||||||
|
- Two less python3 test failures than 1.1.2
|
||||||
|
|
||||||
* Sat Aug 4 2012 David Malcolm <dmalcolm@redhat.com> - 1.1.2-5
|
* Sat Aug 4 2012 David Malcolm <dmalcolm@redhat.com> - 1.1.2-5
|
||||||
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
|
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
|
||||||
- disable selftests that fail under 3.3
|
- disable selftests that fail under 3.3
|
||||||
|
Loading…
Reference in New Issue
Block a user