Skip to content

Commit a6ebd0f

Browse files
gerrod3dralley
authored andcommitted
Fix fixture counts for syncing tests
[noissue]
1 parent 8363489 commit a6ebd0f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pulp_python/tests/functional/constants.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,17 +142,19 @@
142142

143143
PYTHON_LG_PROJECT_SPECIFIER = [
144144
"aiohttp", # matches 7
145+
"bcrypt", # matches 8
145146
"celery", # matches 13
146147
"Django", # matches 31
148+
"pytz", # matches 6
147149
"scipy", # matches 23
148150
"shelf-reader", # matches 2
149151
]
150-
PYTHON_LG_PACKAGE_COUNT = 76
152+
PYTHON_LG_PACKAGE_COUNT = 90
151153
PYTHON_LG_FIXTURE_SUMMARY = {PYTHON_CONTENT_NAME: PYTHON_LG_PACKAGE_COUNT}
152154
PYTHON_LG_FIXTURE_COUNTS = {
153-
"latest_3": 35,
154-
"sdist": 23,
155-
"bdist_wheel": 53,
155+
"latest_3": 49,
156+
"sdist": 27,
157+
"bdist_wheel": 63,
156158
}
157159

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

0 commit comments

Comments
 (0)