Skip to content

Commit 95adfb4

Browse files
arbrowndandhlee
authored andcommitted
Remove 2.7 from ignored version (test not run)
1 parent da27898 commit 95adfb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

monitoring/snippets/v3/alerts-client/noxfile_config.py

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

2323
TEST_CONFIG_OVERRIDE = {
2424
# You can opt out from the test for specific Python versions.
25-
'ignored_versions': ["2.7"],
25+
'ignored_versions': [],
2626

2727
# Declare optional test sessions you want to opt-in. Currently we
2828
# have the following optional test sessions:

monitoring/snippets/v3/cloud-client/noxfile_config.py

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

2323
TEST_CONFIG_OVERRIDE = {
2424
# You can opt out from the test for specific Python versions.
25-
'ignored_versions': ["2.7"],
25+
'ignored_versions': [],
2626

2727
# Declare optional test sessions you want to opt-in. Currently we
2828
# have the following optional test sessions:

0 commit comments

Comments
 (0)