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 d70f32c commit af084beCopy full SHA for af084be
asset/snippets/noxfile.py
@@ -41,7 +41,7 @@
41
42
TEST_CONFIG = {
43
# You can opt out from the test for specific Python versions.
44
- "ignored_versions": [],
+ "ignored_versions": ["2.7"],
45
# Old samples are opted out of enforcing Python type hints
46
# All new samples should feature them
47
"enforce_type_hints": False,
0 commit comments