Skip to content

Commit 15e7d8a

Browse files
committed
Update large fixtures count
1 parent e37c4d0 commit 15e7d8a

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

pulp_python/tests/functional/constants.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,19 +111,22 @@
111111
"aiohttp", # matches 7
112112
"bcrypt", # matches 8
113113
"celery", # matches 13
114+
"crane", # matches 0
114115
"Django", # matches 31
116+
"pulp-2to3-migration", # matches 2
115117
"pytz", # matches 6
116118
"scipy", # matches 23
117119
"setuptools", # matches 2
118120
"shelf-reader", # matches 2
121+
"twine", # matches 14
119122
]
120-
PYTHON_LG_PACKAGE_COUNT = 92
123+
PYTHON_LG_PACKAGE_COUNT = 108
121124
PYTHON_LG_FIXTURE_SUMMARY = {PYTHON_CONTENT_NAME: PYTHON_LG_PACKAGE_COUNT}
122125
PYTHON_LG_FIXTURE_COUNTS = {
123-
"latest_3": 51,
124-
"sdist": 28,
125-
"bdist_wheel": 64,
126-
"multi": 34, # keep_latest=1, package_types="bdist_wheel", prereleases=False
126+
"latest_3": 59,
127+
"sdist": 36,
128+
"bdist_wheel": 72,
129+
"multi": 36, # keep_latest=1, package_types="bdist_wheel", prereleases=False
127130
}
128131

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

0 commit comments

Comments
 (0)