Skip to content

Commit 45cfdff

Browse files
committed
Merge pull request pulp#1023 from gerrod3/fixt-pep-updates
Update large fixtures count (cherry picked from commit c7cfdde)
1 parent e2e1b0f commit 45cfdff

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

pulp_python/tests/functional/constants.py

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,19 +143,23 @@
143143
PYTHON_LG_PROJECT_SPECIFIER = [
144144
"aiohttp", # matches 7
145145
"celery", # matches 13
146+
"crane", # matches 0
146147
"Django", # matches 31
148+
"pulp-2to3-migration", # matches 2
149+
"pytz", # matches 6
147150
"scipy", # matches 23
148151
"setuptools", # matches 2
149152
"shelf-reader", # matches 2
153+
"twine", # matches 14
150154
]
151-
PYTHON_LG_PACKAGE_COUNT = 78
155+
PYTHON_LG_PACKAGE_COUNT = 108
152156
PYTHON_LG_FIXTURE_SUMMARY = {PYTHON_CONTENT_NAME: PYTHON_LG_PACKAGE_COUNT}
153157
PYTHON_LG_FIXTURE_PRERELEASES_SUMMARY = {PYTHON_CONTENT_NAME: 92}
154158
PYTHON_LG_FIXTURE_COUNTS = {
155-
"latest_3": 37,
156-
"sdist": 24,
157-
"bdist_wheel": 54,
158-
"multi": 26, # 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
159163
}
160164

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

0 commit comments

Comments
 (0)