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 4949
5050IGNORE = {
5151 # 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).
6254 "asgi" ,
6355 "aws_lambda" ,
6456 "cloud_resource_context" ,
You can’t perform that action at this time.
0 commit comments