Skip to content

Commit 6f09780

Browse files
gerrod3patchback[bot]
authored andcommitted
Merge pull request #1023 from gerrod3/fixt-pep-updates
Update large fixtures count (cherry picked from commit c7cfdde)
1 parent 173f541 commit 6f09780

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

pulp_python/tests/functional/constants.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,19 +144,22 @@
144144
"aiohttp", # matches 7
145145
"bcrypt", # matches 8
146146
"celery", # matches 13
147+
"crane", # matches 0
147148
"Django", # matches 31
149+
"pulp-2to3-migration", # matches 2
148150
"pytz", # matches 6
149151
"scipy", # matches 23
150152
"setuptools", # matches 2
151153
"shelf-reader", # matches 2
154+
"twine", # matches 14
152155
]
153-
PYTHON_LG_PACKAGE_COUNT = 92
156+
PYTHON_LG_PACKAGE_COUNT = 108
154157
PYTHON_LG_FIXTURE_SUMMARY = {PYTHON_CONTENT_NAME: PYTHON_LG_PACKAGE_COUNT}
155158
PYTHON_LG_FIXTURE_COUNTS = {
156-
"latest_3": 51,
157-
"sdist": 28,
158-
"bdist_wheel": 64,
159-
"multi": 34, # keep_latest=1, package_types="bdist_wheel", prereleases=False
159+
"latest_3": 59,
160+
"sdist": 36,
161+
"bdist_wheel": 72,
162+
"multi": 36, # keep_latest=1, package_types="bdist_wheel", prereleases=False
160163
}
161164

162165
DJANGO_LATEST_3 = 4 # latest version has 2 dists, each other has 1

0 commit comments

Comments
 (0)