-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Running pytest within pytest fails with pytest==8.0.0rc1 #11807
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
Comments
duplicate of #11781 |
Yes, as written in the other issue, you should avoid running things from |
Oh thanks for pointing this out! Sure I should be able to use |
This solves the issue of pytest 8.0.0 not being able to run tests from /tmp/ directory. See pytest-dev/pytest#11807
This solves the issue of pytest 8.0.0 not being able to run tests from /tmp/ directory. See pytest-dev/pytest#11807
This solves the issue of pytest 8.0.0 not being able to run tests from /tmp/ directory. See pytest-dev/pytest#11807
This solves the issue of pytest 8.0.0 not being able to run tests from /tmp/ directory. See pytest-dev/pytest#11807
This solves the issue of pytest 8.0.0 not being able to run tests from /tmp/ directory. See pytest-dev/pytest#11807
This solves the issue of pytest 8.0.0 not being able to run tests from /tmp/ directory. See pytest-dev/pytest#11807
This solves the issue of pytest 8.0.0 not being able to run tests from /tmp/ directory. See pytest-dev/pytest#11807
This solves the issue of pytest 8.0.0 not being able to run tests from /tmp/ directory. See pytest-dev/pytest#11807
This solves the issue of pytest 8.0.0 not being able to run tests from /tmp/ directory. See pytest-dev/pytest#11807
Thanks for maintaining and developing
pytest
. This is such an amazing tool!I have setup a
--pre
version of the CI on one of the projects that I maintain, and it happens that one test fails with the release candidatepytest==8.0.0rc1
.Here are the logs of the action: https://github.com/mwouts/jupytext/actions/runs/7487800603/job/20381150371
The failing test does the following:
.py
file from a Markdown documentpytest
on that.py
file, so in the end it's callingpytest /tmp/notebook_lx_y64ur.py
.With
pytest==8.0.0rc1
, the test fails with the following error:I am not sure how to extract a simpler minimal example from this, but I can look into this if you think that would help. Thanks!
The text was updated successfully, but these errors were encountered: