-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pytest: ERROR at teardown of TestUnicodeDocstring.test_with_docstring_1_v_l_ #115
Comments
Hey! It looks like this issue is coming up because there were some breaking changes in pytest4 which I haven't had a chance to address. See: #116 Note: it may make your life easier to run tests with |
Thanks. I'm aware running with tox will allow one to pin test dependencies, but this does not allow OS packagers or downstream users to test / QA within the context of their system Python environment (which we need to do), hence running pytest directly. Thanks for letting us know its a pytest 4.x related issue, I'll exclude the test for now with an upstream reference to this issue |
Ah that makes sense! Is there anything I can do to make your life easier there? Also, I'll have the fix for pytest4 out in a ~week, in case it's easier to just wait for that :) |
While QA'ing parameterized 0.7.5 FreeBSD Port update, the following test failure is seen:
ERROR at teardown of TestUnicodeDocstring.test_with_docstring_1_v_l_
...
E AssertionError: Lists differ: ["test_instance_method('foo0', bar=None)",[461 chars]o')"] != []
Test suite / environment summary:
Identical test failure is seen with Python 3.6.12, 3.7.9, 3.8.7, 3.9.1
Unsure if this is a pytest 4.x specific or related issue, reporting nevertheless. May be related to test invocation commands (which use
pythonX.Y -m <foo>
rather than test command scripts directly:Full Traceback incl. Invocation
The text was updated successfully, but these errors were encountered: