-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
8.0.0: pytest fails in many modules test suites on .::project
unit
#11955
Comments
Your stack trace shows a pytest-checkdocs creating a virtualenv and failing. Nothing of this seems to be related to pytest core. |
Yes however all prev versions of the pytest did not require access to pip or .whl archives. |
Yes, because whatever you're seeing is not something pytest core is doing. Maybe take a look at the stack trace you posted... |
So where is the bug? in |
Possibly. Hard to say more without a reproducer that works outside your specific environment. The stack trace you posted shows that this isn't coming from pytest itself. |
I've only stared testing my +1.2k modules and on first 50 found that +10 are failing the same way. I don't know enough about pytest internals and what exactly has been changed in last 8.0.0 so investigating that is kind of difficult for me 😞 |
Works fine with a |
Why you are using Please have look one more time on list of modules which I've provided. There is no on that list |
nox invokes pytest, and your output clearly shows that plugin installed. |
pip list
from the virtual environment you are usingLinux x86/64.
I just started testing all my modules packaged as rpm packages (+1.2k) with new pytates 8.0.0 and found that many test suites fails in the same
.::project
unit.Example with installer module
Why pytest wants to test test this unit in venv? 🤔
List of installed modules in build env for above case
The text was updated successfully, but these errors were encountered: