From Fedora Project Wiki
Line 17: | Line 17: | ||
---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ||
Ran 4748 tests in | Ran 4748 tests in 677.001s | ||
FAILED (KNOWNFAIL=10, SKIP=1, failures=1) | FAILED (KNOWNFAIL=10, SKIP=1, failures=1) | ||
Line 29: | Line 29: | ||
[GCC 4.9.2 20141101 (Red Hat 4.9.2-1)] | [GCC 4.9.2 20141101 (Red Hat 4.9.2-1)] | ||
1.4.2 | 1.4.2 | ||
python -c 599.01s user 88.53s system 101% cpu 11:18.95 total | |||
</pre> | </pre> | ||
==== python 3 ==== | ==== python 3 ==== | ||
<pre> | |||
====================================================================== | |||
FAIL: matplotlib.tests.test_simplification.test_throw_rendering_complexity_exceeded | |||
---------------------------------------------------------------------- | |||
Traceback (most recent call last): | |||
File "/usr/lib/python3.4/site-packages/nose/case.py", line 198, in runTest | |||
self.test(*self.arg) | |||
File "/usr/lib64/python3.4/site-packages/matplotlib/testing/decorators.py", line 110, in wrapped_function | |||
func(*args, **kwargs) | |||
File "/usr/lib/python3.4/site-packages/nose/tools/nontrivial.py", line 67, in newfunc | |||
raise AssertionError(message) | |||
AssertionError: test_throw_rendering_complexity_exceeded() did not raise OverflowError | |||
---------------------------------------------------------------------- | |||
Ran 4748 tests in 709.886s | |||
FAILED (KNOWNFAIL=10, SKIP=1, failures=1) | |||
/usr/lib64/python3.4/site-packages/matplotlib/__init__.py:1314: UserWarning: This call to matplotlib.use() has no effect | |||
because the backend has already been chosen; | |||
matplotlib.use() must be called *before* pylab, matplotlib.pyplot, | |||
or matplotlib.backends is imported for the first time. | |||
warnings.warn(_use_error_msg) | |||
3.4.1 (default, Nov 3 2014, 14:38:10) | |||
[GCC 4.9.1 20140930 (Red Hat 4.9.1-11)] | |||
1.4.2 | |||
sys:1: ResourceWarning: unclosed file <_io.BufferedReader name=16> | |||
/usr/lib64/python3.4/importlib/_bootstrap.py:2150: ImportWarning: sys.meta_path is empty | |||
python3 -c 645.23s user 75.79s system 101% cpu 11:52.16 total | |||
</pre> | |||
=== python-matplotlib-1.3.1-7.fc21.x86_64 === | === python-matplotlib-1.3.1-7.fc21.x86_64 === |
Latest revision as of 22:23, 21 January 2015
matplotlib
matplotlib-1.4.2 from copr
python 2
====================================================================== FAIL: matplotlib.tests.test_simplification.test_throw_rendering_complexity_exceeded ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 110, in wrapped_function func(*args, **kwargs) File "/usr/lib/python2.7/site-packages/nose/tools/nontrivial.py", line 67, in newfunc raise AssertionError(message) AssertionError: test_throw_rendering_complexity_exceeded() did not raise OverflowError ---------------------------------------------------------------------- Ran 4748 tests in 677.001s FAILED (KNOWNFAIL=10, SKIP=1, failures=1) /usr/lib64/python2.7/site-packages/matplotlib/__init__.py:1314: UserWarning: This call to matplotlib.use() has no effect because the backend has already been chosen; matplotlib.use() must be called *before* pylab, matplotlib.pyplot, or matplotlib.backends is imported for the first time. warnings.warn(_use_error_msg) 2.7.8 (default, Nov 10 2014, 08:19:18) [GCC 4.9.2 20141101 (Red Hat 4.9.2-1)] 1.4.2 python -c 599.01s user 88.53s system 101% cpu 11:18.95 total
python 3
====================================================================== FAIL: matplotlib.tests.test_simplification.test_throw_rendering_complexity_exceeded ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.4/site-packages/nose/case.py", line 198, in runTest self.test(*self.arg) File "/usr/lib64/python3.4/site-packages/matplotlib/testing/decorators.py", line 110, in wrapped_function func(*args, **kwargs) File "/usr/lib/python3.4/site-packages/nose/tools/nontrivial.py", line 67, in newfunc raise AssertionError(message) AssertionError: test_throw_rendering_complexity_exceeded() did not raise OverflowError ---------------------------------------------------------------------- Ran 4748 tests in 709.886s FAILED (KNOWNFAIL=10, SKIP=1, failures=1) /usr/lib64/python3.4/site-packages/matplotlib/__init__.py:1314: UserWarning: This call to matplotlib.use() has no effect because the backend has already been chosen; matplotlib.use() must be called *before* pylab, matplotlib.pyplot, or matplotlib.backends is imported for the first time. warnings.warn(_use_error_msg) 3.4.1 (default, Nov 3 2014, 14:38:10) [GCC 4.9.1 20140930 (Red Hat 4.9.1-11)] 1.4.2 sys:1: ResourceWarning: unclosed file <_io.BufferedReader name=16> /usr/lib64/python3.4/importlib/_bootstrap.py:2150: ImportWarning: sys.meta_path is empty python3 -c 645.23s user 75.79s system 101% cpu 11:52.16 total
python-matplotlib-1.3.1-7.fc21.x86_64
python 2
====================================================================== FAIL: matplotlib.tests.test_simplification.test_throw_rendering_complexity_exceeded.test ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/usr/lib64/python2.7/site-packages/matplotlib/testing/decorators.py", line 73, in test self._func() File "/usr/lib/python2.7/site-packages/nose/tools/nontrivial.py", line 67, in newfunc raise AssertionError(message) AssertionError: test_throw_rendering_complexity_exceeded() did not raise OverflowError ---------------------------------------------------------------------- Ran 1465 tests in 1236.683s FAILED (KNOWNFAIL=1, SKIP=1, failures=1) /usr/lib64/python2.7/site-packages/matplotlib/__init__.py:1173: UserWarning: This call to matplotlib.use() has no effect because the backend has already been chosen; matplotlib.use() must be called *before* pylab, matplotlib.pyplot, or matplotlib.backends is imported for the first time. warnings.warn(_use_error_msg) 2.7.8 (default, Nov 10 2014, 08:19:18) [GCC 4.9.2 20141101 (Red Hat 4.9.2-1)] 1.3.1 python -c 1010.76s user 244.54s system 101% cpu 20:40.94 total
python 3
====================================================================== FAIL: matplotlib.tests.test_simplification.test_throw_rendering_complexity_exceeded.test ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.4/site-packages/nose/case.py", line 198, in runTest self.test(*self.arg) File "/usr/lib64/python3.4/site-packages/matplotlib/testing/decorators.py", line 73, in test self._func() File "/usr/lib/python3.4/site-packages/nose/tools/nontrivial.py", line 67, in newfunc raise AssertionError(message) AssertionError: test_throw_rendering_complexity_exceeded() did not raise OverflowError ---------------------------------------------------------------------- Ran 1465 tests in 914.572s FAILED (KNOWNFAIL=1, SKIP=1, failures=2) /usr/lib64/python3.4/site-packages/matplotlib/__init__.py:1175: UserWarning: This call to matplotlib.use() has no effect because the backend has already been chosen; matplotlib.use() must be called *before* pylab, matplotlib.pyplot, or matplotlib.backends is imported for the first time. warnings.warn(_use_error_msg) 3.4.1 (default, Nov 3 2014, 14:38:10) [GCC 4.9.1 20140930 (Red Hat 4.9.1-11)] 1.3.1 sys:1: ResourceWarning: unclosed file <_io.BufferedReader name=8> /usr/lib64/python3.4/importlib/_bootstrap.py:2150: ImportWarning: sys.meta_path is empty python3 -c 821.06s user 106.01s system 100% cpu 15:19.25 total