hi everyone,

its finally time to take and remove xdists boxed mode,

in order to prepare the removal i extracted it, but that creates one
clear issue,

py.test messes up and has no way to protect against old xdist and boxed
both registering --boxed

as such users in such a situation will get a completely horrible and
entirely useless error message

i tried for a while to get boxed not to register its own option if xdist
is there and wants it as well,
but it seems impossible, in my own tests the plugin registered hook
triggers after addoption

so i opted to simply opt out of the own option if the xdist.boxed module
is availiable

-- Ronny

_______________________________________________
pytest-dev mailing list
pytest-dev@python.org
https://mail.python.org/mailman/listinfo/pytest-dev

Reply via email to