We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c45cf commit 87877f8Copy full SHA for 87877f8
1 file changed
tests/unit/activation/test_xonsh.py
@@ -10,7 +10,7 @@
10
11
@pytest.mark.slow
12
@pytest.mark.skipif(
13
- sys.platform == "win32" or sys.version_info[0:2] == (3, 9),
+ sys.platform == "win32" or sys.version_info[0:2] >= (3, 9),
14
reason="xonsh on 3.9 or Windows is broken - https://github.com/xonsh/xonsh/issues/3689",
15
)
16
@flaky(max_runs=2, min_passes=1)
0 commit comments