Skip to content

Commit a260995

Browse files
committed
test(build): skip virtualenv tests on 3.11.0a3 (bpo 46028)
I'm hoping this will be fixed in 3.11.0a4 by python/cpython#30144
1 parent a11bcb7 commit a260995

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_venv.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ def coverage_command_fixture(request):
159159
return request.param
160160

161161

162+
# https://bugs.python.org/issue46028
163+
@pytest.mark.skipif(env.PYVERSION[:5] == (3, 11, 0, 'alpha', 3), reason="avoid 3.11 bug: bpo46028")
162164
class VirtualenvTest(CoverageTest):
163165
"""Tests of virtualenv considerations."""
164166

0 commit comments

Comments
 (0)