Skip to content

Commit 7e08c14

Browse files
committed
update comment
1 parent 6effbfa commit 7e08c14

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

scripts/populate_tox/populate_tox.py

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,8 @@
4949

5050
IGNORE = {
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",

0 commit comments

Comments
 (0)