Skip to content

Commit c9991e4

Browse files
authored
Merge pull request #1027 from pulp/patchback/backports/3.21/c7cfdde34b5dfcb855530144da4b1ac3ee0ba176/pr-1023
[PR #1023/c7cfdde3 backport][3.21] Update large fixtures count
2 parents 3891cfa + 3969712 commit c9991e4

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
@@ -112,19 +112,22 @@
112112
"aiohttp", # matches 7
113113
"bcrypt", # matches 8
114114
"celery", # matches 13
115+
"crane", # matches 0
115116
"Django", # matches 31
117+
"pulp-2to3-migration", # matches 2
116118
"pytz", # matches 6
117119
"scipy", # matches 23
118120
"setuptools", # matches 2
119121
"shelf-reader", # matches 2
122+
"twine", # matches 14
120123
]
121-
PYTHON_LG_PACKAGE_COUNT = 92
124+
PYTHON_LG_PACKAGE_COUNT = 108
122125
PYTHON_LG_FIXTURE_SUMMARY = {PYTHON_CONTENT_NAME: PYTHON_LG_PACKAGE_COUNT}
123126
PYTHON_LG_FIXTURE_COUNTS = {
124-
"latest_3": 51,
125-
"sdist": 28,
126-
"bdist_wheel": 64,
127-
"multi": 34, # keep_latest=1, package_types="bdist_wheel", prereleases=False
127+
"latest_3": 59,
128+
"sdist": 36,
129+
"bdist_wheel": 72,
130+
"multi": 36, # keep_latest=1, package_types="bdist_wheel", prereleases=False
128131
}
129132

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

0 commit comments

Comments
 (0)