-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
test_tls_client_auth: previous item was not torn down properly #511
Comments
It appears the test that's running before and leaving itself not torn down properly is
|
Removing the |
I can replicate the issue by using this test as the sole "forked" test:
So the bug is with forked. |
|
https://build.opensuse.org/request/show/1036180 by user dgarcia + dimstar_suse - Remove python_module macro definition - Disable broken tests cherrypy/cheroot#511 - Add no-relative-imports.patch to work around seriously broken system of imports.
It doesn't looks like there's been progress on those issues, so maybe cheroot should abandon |
Unpininng pytest results in new errors. |
Pinning to |
This plugin is incompatible with Pytest 7+, it's difficult to fix upstream and there is no timeline for addressing that. The patch also bumps the top version boundary of Pytest to 7.2 due to the pinned `pytest-cov` raising warnings. Fixes #cherrypy#502 Resolves cherrypy#511 Closes cherrypy#680
This plugin is incompatible with Pytest 7+, it's difficult to fix upstream and there is no timeline for addressing that. The patch also bumps the top version boundary of Pytest to 7.2 due to the pinned `pytest-cov` raising warnings. Fixes #cherrypy#502 Resolves cherrypy#511 Closes cherrypy#680 Resolves cherrypy#681
When running the tests on macOS, I get an error about the previous test not being torn down properly:
The text was updated successfully, but these errors were encountered: