File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 49
49
50
50
IGNORE = {
51
51
# Do not try auto-generating the tox entries for these. They will be
52
- # hardcoded in tox.ini.
53
- #
54
- # This set should be getting smaller over time as we migrate more test
55
- # suites over to this script. Some entries will probably stay forever
56
- # as they don't fit the mold (e.g. common, asgi, which don't have a 3rd party
57
- # pypi package to install in different versions).
58
- #
59
- # Test suites that will have to remain hardcoded since they don't fit the
60
- # toxgen usecase (there is no one package that should be tested in different
61
- # versions)
52
+ # hardcoded in tox.ini since they don't fit the toxgen usecase (there is no
53
+ # one package that should be tested in different versions).
62
54
"asgi" ,
63
55
"aws_lambda" ,
64
56
"cloud_resource_context" ,
You can’t perform that action at this time.
0 commit comments