Hey I re-ran the tests. I wasn't sure how much of the output to grab (most of it was successful tests), so I have just copied all of the error output with a bit of the successful tests - it's attached to this post as a text post.
On Thursday, 1 August 2013 11:20:53 UTC+10, Ben Lucato wrote: > > Hello, I've made a couple of posts here asking questions, but now I'd like > to start contributing ^^. > > I've gone through the guide to contributing, how to document, etc. and > done everything I need to. > > I've been writing Python for over a year now, but am very new to things > like Git/GitHub. > > Two questions I had: > > - Yesterday I did a totally new clone+pull of the git master, yet on > running tests via ./bin/test, one of the tests fail prompting a *DO NOT > COMMIT* message? > - I couldn't find it in the issues tracker, but I'm not sure if I'm > searching right anyway - what I'd like to work on is when you do something > like solve(x - pi > 0), a NotImplementedError is returned > > > Yay! SymPy will be the first thing I've contributed to :- ) > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
sympy\solvers\tests\test_pde.py[8] ........ [OK] sympy\solvers\tests\test_polysys.py[4] .... [OK] sympy\solvers\tests\test_recurr.py[7] ....... [OK] sympy\solvers\tests\test_solvers.py[71] ......ffw.ww.........................s. ................................ [OK] sympy\statistics\tests\test_statistics.py[7] ....... [OK] sympy\stats\tests\test_continuous_rv.py[54] ...fffff..w........................ ................... [OK] sympy\stats\tests\test_discrete_rv.py[3] ... [OK] sympy\stats\tests\test_finite_rv.py[13] ......w.....sympy\utilities\exceptions.p y:151: SymPyDeprecationWarning: __contains__ has been deprecated since SymPy 0.7.2. Use has instead. See http://code.google.com/p/sympy/issues/detail?id=2389 for more info. warning(see_above, SymPyDeprecationWarning) . [OK] sympy\stats\tests\test_mix.py[1] . [OK] sympy\stats\tests\test_rv.py[18] ..........f....... [OK] sympy\strategies\branch\tests\test_core.py[10] .......... [OK] sympy\strategies\branch\tests\test_tools.py[2] .. [OK] sympy\strategies\branch\tests\test_traverse.py[4] .... [OK] sympy\strategies\tests\test_core.py[10] .......... [OK] sympy\strategies\tests\test_rl.py[9] ......... [OK] sympy\strategies\tests\test_tools.py[3] ... [OK] sympy\strategies\tests\test_traverse.py[6] ...... [OK] sympy\strategies\tests\test_tree.py[6] ...... [OK] sympy\tensor\tests\test_index_methods.py[15] ............... [OK] sympy\tensor\tests\test_indexed.py[15] ............... [OK] sympy\tensor\tests\test_tensor.py[29] ............................. [OK] sympy\unify\tests\test_rewrite.py[8] ........ [OK] sympy\unify\tests\test_sympy.py[17] ...........f..... [OK] sympy\unify\tests\test_unify.py[8] ........ [OK] sympy\utilities\tests\test_autowrap.py[8] ........ [OK] sympy\utilities\tests\test_code_quality.py[4] .... [OK] sympy\utilities\tests\test_codegen.py[40] ..................................... ... [OK] sympy\utilities\tests\test_decorator.py[3] ... [OK] sympy\utilities\tests\test_iterables.py[34] .................................. [OK] sympy\utilities\tests\test_lambdify.py[33] ................................. [OK] sympy\utilities\tests\test_pickling.py[38] ....ffffff......................c:\us ers\ben\desktop\dropbox\sympy\sympy\utilities\tests\test_pickling.py:65: Depreca tionWarning: BaseException.message has been deprecated as of Python 2.6 if not hasattr(a, i) or i in excluded_attrs: c:\users\ben\desktop\dropbox\sympy\sympy\utilities\tests\test_pickling.py:67: De precationWarning: BaseException.message has been deprecated as of Python 2.6 attr = getattr(a, i) c:\users\ben\desktop\dropbox\sympy\sympy\utilities\tests\test_pickling.py:69: De precationWarning: BaseException.message has been deprecated as of Python 2.6 assert hasattr(b, i), i c:\users\ben\desktop\dropbox\sympy\sympy\utilities\tests\test_pickling.py:70: De precationWarning: BaseException.message has been deprecated as of Python 2.6 assert getattr(b, i) == attr, "%s != %s" % (getattr(b, i), attr) .... .. [OK] sympy\utilities\tests\test_pytest.py[7] ....... [OK] sympy\utilities\tests\test_source.py[2] .. [OK] sympy\utilities\tests\test_timeutils.py[1] . [OK] ________________________________ xpassed tests ________________________________ sympy\core\tests\test_args.py: test_sympy__matrices__expressions__matexpr__Ident ity sympy\core\tests\test_args.py: test_sympy__combinatorics__perm_groups__Permutati onGroup sympy\core\tests\test_args.py: test_as_coeff_add sympy\core\tests\test_containers.py: test_issue_2689b sympy\core\tests\test_function.py: test_issue_1612 sympy\core\tests\test_symbol.py: test_symbols_each_char sympy\integrals\tests\test_failing_integrals.py: test_issue_1393 sympy\integrals\tests\test_failing_integrals.py: test_issue_1135 sympy\integrals\tests\test_integrals.py: test_issue_1304_2 sympy\integrals\tests\test_integrals.py: test_integrate_derivatives sympy\matrices\tests\test_matrices.py: test_issue_2865 sympy\printing\tests\test_gtk.py: test_1 sympy\solvers\tests\test_diophantine.py: test_quadratic_bugs _______________________________________________________________________________ __________ sympy\core\tests\test_args.py:test_all_classes_are_tested __________ File "c:\users\ben\desktop\dropbox\sympy\sympy\core\tests\test_args.py", line 50, in test_all_classes_are_tested mod = __import__(submodule, fromlist=names) File "sympy\plotting\pygletplot\color_scheme.py", line 4, in <module> from util import interpolate, rinterpolate, create_bounds, update_bounds File "sympy\plotting\pygletplot\util.py", line 3, in <module> from pyglet.gl import * File "c:\Python27\lib\site-packages\pyglet\gl\__init__.py", line 510, in <modu le> import pyglet.window File "c:\Python27\lib\site-packages\pyglet\window\__init__.py", line 1684, in <module> gl._create_shadow_window() File "c:\Python27\lib\site-packages\pyglet\gl\__init__.py", line 494, in _crea te_shadow_window _shadow_window = Window(width=1, height=1, visible=False) File "c:\Python27\lib\site-packages\pyglet\window\win32\__init__.py", line 423 , in __init__ super(Win32Window, self).__init__(*args, **kwargs) File "c:\Python27\lib\site-packages\pyglet\window\__init__.py", line 686, in _ _init__ self._create() File "c:\Python27\lib\site-packages\pyglet\window\win32\__init__.py", line 467 , in _create _user32.RegisterClassW(byref(self._window_class)) WindowsError: exception: access violation reading 0xFFFFFFFFFFFFFFFF tests finished: 5047 passed, 105 skipped, 241 expected to fail, 13 expected to fail but passed, 1 exceptions, in 1904.76 seconds DO *NOT* COMMIT!
