-
Notifications
You must be signed in to change notification settings - Fork 234
drop --boxed and deprecate looponfail #543
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
nicoddemus
added a commit
to nicoddemus/pytest-xdist
that referenced
this issue
Oct 21, 2022
nicoddemus
added a commit
to nicoddemus/pytest-xdist
that referenced
this issue
Oct 22, 2022
We however still need `py` because pytest-xdist's own code still uses some of its functionality (`py.log`, `py.local.path`). Fixes pytest-dev#468 Fixes pytest-dev#543
nicoddemus
added a commit
to nicoddemus/pytest-xdist
that referenced
this issue
Oct 22, 2022
We however still need `py` because pytest-xdist's own code still uses some of its functionality (`py.log`, `py.local.path`). Fixes pytest-dev#468 Fixes pytest-dev#543
nicoddemus
added a commit
to nicoddemus/pytest-xdist
that referenced
this issue
Oct 22, 2022
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As the 2.x release is incoming we should take care of that
Looponfail should eventually be reimplemented in core using subprocess and a hook to register the file system watchers (so pytest plugins could support Realtime Filesystem watching)
The text was updated successfully, but these errors were encountered: