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 5a2ffed commit 74e63e1Copy full SHA for 74e63e1
testing/test_setuptools_support.py
@@ -5,6 +5,9 @@
5
import os
6
import subprocess
7
import pytest
8
+pytestmark = pytest.mark.skipif(
9
+ "sys.version_info >= (3,6,0)",
10
+ reason="integration with old versions no longer needed on py3.6+")
11
12
13
@pytest.fixture(scope='session')
0 commit comments