-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
Windows and MacOS units fail discovery on Linux #676
Comments
See also the six comments from #581 (comment) where I've done some triage on this issue. |
I've been able to replicate the failure against a local checkout using: FROM jaraco/multipy-tox
RUN py -m pip install pytest
WORKDIR src
CMD py -m pytest And executing docker with |
I've found that I can minimize the project quite a bit and the failure still occurs, but two different changes can work around the issue:
I think I'm getting close to a minimal reproducer. |
Reported issue upstream as pytest-dev/pytest#12194. |
For reference, I pushed my minimizing troubleshooting to refs/archive/troubleshoot-676. |
Just tested 25.1.0 and looks like now Windows and MacOS units are executed on Linux
Originally posted by @kloczek in #581 (comment)
The text was updated successfully, but these errors were encountered: