-
Notifications
You must be signed in to change notification settings - Fork 32
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
0.10.3: test_looponfail fails #151
Comments
I haven't been able to reproduce this. Could you send a |
tox was started using this:
FYI, I'm trying to package |
I still cannot reproduce this, but I'm guessing it's related to pytest-dev/execnet#161 |
Here's a repro with the following
tox devenv -e py39 venv-issue151
venv-issue151/bin/python -m pip install -r requirements.txt
venv-issue151/bin/pytest -p no:mypy --cov pytest_mypy --cov-fail-under 100 --cov-report term-missing -n auto This is definitely pytest-dev/execnet#161 (no repro without |
There's nothing to be done here but wait for an upstream fix. Please reopen if that changes. |
The
test_looponfail
test fails:With this error:
The text was updated successfully, but these errors were encountered: