Skip to content

Commit e89c020

Browse files
arbrowndandhlee
authored andcommitted
Wrangle noxfile into submission
Remove noxfile Add noxfile_config.py skipping 2.7
1 parent 95adfb4 commit e89c020

File tree

6 files changed

+44
-938
lines changed

6 files changed

+44
-938
lines changed

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

Lines changed: 0 additions & 312 deletions
This file was deleted.

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': [],
25+
'ignored_versions': ["2.7"],
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)