diff options
Diffstat (limited to 'tests/test_venv.py')
-rw-r--r-- | tests/test_venv.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_venv.py b/tests/test_venv.py index 1ea8acac..f5e2b34f 100644 --- a/tests/test_venv.py +++ b/tests/test_venv.py @@ -159,6 +159,8 @@ def coverage_command_fixture(request): return request.param +# https://bugs.python.org/issue46028 +@pytest.mark.skipif(env.PYVERSION[:5] == (3, 11, 0, 'alpha', 3), reason="avoid 3.11 bug: bpo46028") class VirtualenvTest(CoverageTest): """Tests of virtualenv considerations.""" |