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
#!
F
======================================================================
FAIL: test_segfault (__main__.TestSegfault)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test_segfault.py", line 20, in test_segfault
TestClass()
File "test_segfault.py", line 8, in wrap
assert f.__annotations__.get('a') == 'equal'
AssertionError
----------------------------------------------------------------------
Ran 1 test in 0.001s
FAILED (failures=1)
Original comment byMikko Ohtamaa (BitBucket: miohtama, GitHub: miohtama):
Are there any workarounds for Python 3.4.1? Looks like the Python patch is in unreleased 3.4.2. As this issue may make running tests little bit challenging.
Originally reported by: BitBucket: timothy, GitHub: timothy
py.test -v
python:
The text was updated successfully, but these errors were encountered: