Skip to content

Commit af084be

Browse files
engelkedandhlee
authored andcommitted
fix: no py2.7 testing
1 parent d70f32c commit af084be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asset/snippets/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
TEST_CONFIG = {
4343
# You can opt out from the test for specific Python versions.
44-
"ignored_versions": [],
44+
"ignored_versions": ["2.7"],
4545
# Old samples are opted out of enforcing Python type hints
4646
# All new samples should feature them
4747
"enforce_type_hints": False,

0 commit comments

Comments
 (0)