Deprecate --boxed

This will allow removing the pytest-forked dependency in the future.

Refs #468.
This commit is contained in:
Ran Benita
2021-11-02 09:00:24 +02:00
parent 18cd9b900c
commit 89a3df3e20
4 changed files with 13 additions and 4 deletions

View File

@@ -738,7 +738,7 @@ def test_tmpdir_disabled(pytester: pytest.Pytester) -> None:
result.stdout.fnmatch_lines("*1 passed*")
@pytest.mark.parametrize("plugin", ["xdist.looponfail", "xdist.boxed"])
@pytest.mark.parametrize("plugin", ["xdist.looponfail"])
def test_sub_plugins_disabled(pytester, plugin) -> None:
"""Test that xdist doesn't break if we disable any of its sub-plugins. (#32)"""
p1 = pytester.makepyfile(