You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally reported by: Zbigniew Jędrzejewski-Szmek (BitBucket: zbyszek, GitHub: zbyszek)
Minimal testcase:
def test_sets():
assert 1 in {} and 2 in {}
platform linux -- Python 3.3.0 -- pytest-2.1.3dev1
========================================================== ERRORS ==========================================================
_________________________________________ ERROR collecting mdp/test/test_graph.py __________________________________________
../../../../usr/lib/python3.3/site-packages/py-1.4.5-py3.3.egg/py/_path/local.py:529: in pyimport
> mod = __import__(modname, None, None, ['__doc__'])
../../../../usr/lib/python3.3/site-packages/pytest-2.1.3dev1-py3.3.egg/_pytest/assertion/rewrite.py:136: in find_module
> co = _rewrite_test(state, fn_pypath)
../../../../usr/lib/python3.3/site-packages/pytest-2.1.3dev1-py3.3.egg/_pytest/assertion/rewrite.py:207: in _rewrite_test
> co = compile(tree, fn.strpath, "exec")
E TypeError: non-numeric type in Num
=========================================================== NOTE ===========================================================
Originally reported by: Zbigniew Jędrzejewski-Szmek (BitBucket: zbyszek, GitHub: zbyszek)
Minimal testcase:
platform linux -- Python 3.3.0 -- pytest-2.1.3dev1
The text was updated successfully, but these errors were encountered: