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
{{ message }}
This repository has been archived by the owner on May 31, 2020. It is now read-only.
It would be great to have a patch to add to 0.1.6 to fix this test failure, or removal of the test_suite in setup.py to indicate that setup.py test is no longer supported.
On voc 0.1.6, on openSUSE Leap_15.1 (py36) I am seeing the following test failure when the test suite is invoked using
setup.py test
.I am not running the tests on openSUSE Tumbleweed (py37) because of lots of little predictable test failures reported as #985
This looks like a stdio stream merging/flushing problem, with "finally" appearing in the wrong position.
I'm re-running the tests using pytest, at https://build.opensuse.org/package/show/home:jayvdb:py-new/python-voc , but that will take a while to complete.
It would be great to have a patch to add to 0.1.6 to fix this test failure, or removal of the
test_suite
in setup.py to indicate thatsetup.py test
is no longer supported.There hasnt been any changes at https://github.com/beeware/voc/blame/master/tests/structures/test_generator.py since the last release, but maybe there are other merged changes which might fix this.
The text was updated successfully, but these errors were encountered: