We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is your setup and what steps did you do?
pytest -n12 --testmon
poetry add
What was the outcome?
When the list of packages changes, testmon tries to execute this line:
pytest-testmon/testmon/db.py
Line 673 in cd109a2
But the DB has been created as readonly, since it's running within xdist:
pytest-testmon/testmon/pytest_testmon.py
Line 183 in cd109a2
So the execution fails.
What did you expect instead?
.
What is your operating system and it's version please?
macOS 15.2.
The text was updated successfully, but these errors were encountered:
Related: #234
Sorry, something went wrong.
No branches or pull requests
What is your setup and what steps did you do?
pytest -n12 --testmon
poetry add
a new dependencypytest -n12 --testmon
and it breaksWhat was the outcome?
When the list of packages changes, testmon tries to execute this line:
pytest-testmon/testmon/db.py
Line 673 in cd109a2
But the DB has been created as readonly, since it's running within xdist:
pytest-testmon/testmon/pytest_testmon.py
Line 183 in cd109a2
So the execution fails.
What did you expect instead?
.
What is your operating system and it's version please?
macOS 15.2.
The text was updated successfully, but these errors were encountered: