We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8363489 commit a6ebd0fCopy full SHA for a6ebd0f
pulp_python/tests/functional/constants.py
@@ -142,17 +142,19 @@
142
143
PYTHON_LG_PROJECT_SPECIFIER = [
144
"aiohttp", # matches 7
145
+ "bcrypt", # matches 8
146
"celery", # matches 13
147
"Django", # matches 31
148
+ "pytz", # matches 6
149
"scipy", # matches 23
150
"shelf-reader", # matches 2
151
]
-PYTHON_LG_PACKAGE_COUNT = 76
152
+PYTHON_LG_PACKAGE_COUNT = 90
153
PYTHON_LG_FIXTURE_SUMMARY = {PYTHON_CONTENT_NAME: PYTHON_LG_PACKAGE_COUNT}
154
PYTHON_LG_FIXTURE_COUNTS = {
- "latest_3": 35,
- "sdist": 23,
155
- "bdist_wheel": 53,
+ "latest_3": 49,
156
+ "sdist": 27,
157
+ "bdist_wheel": 63,
158
}
159
160
DJANGO_LATEST_3 = 4 # latest version has 2 dists, each other has 1
0 commit comments