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 7185ecd commit 8af86ceCopy full SHA for 8af86ce
tests/scancode/test_cli.py
@@ -342,8 +342,8 @@ def test_scan_works_with_no_processes_in_threaded_mode():
342
343
_sys_v1 = sys.version_info[1]
344
py311 = py3 and _sys_v1 == 11
345
-py312 = py3 and _sys_v1 == 11
346
-py313 = py3 and _sys_v1 == 11
+py312 = py3 and _sys_v1 == 12
+py313 = py3 and _sys_v1 == 13
347
348
349
@pytest.mark.skipif(py311, reason='Fails on 311 for obscure reasons')
0 commit comments