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 543e9db commit 512dcfbCopy full SHA for 512dcfb
CHANGES/876.bugfix
@@ -0,0 +1 @@
1
+Fixed tests to account for new fixtures.
pulp_python/tests/functional/constants.py
@@ -145,14 +145,15 @@
145
"celery", # matches 13
146
"Django", # matches 31
147
"scipy", # matches 23
148
+ "setuptools", # matches 2
149
"shelf-reader", # matches 2
150
]
-PYTHON_LG_PACKAGE_COUNT = 76
151
+PYTHON_LG_PACKAGE_COUNT = 78
152
PYTHON_LG_FIXTURE_SUMMARY = {PYTHON_CONTENT_NAME: PYTHON_LG_PACKAGE_COUNT}
153
PYTHON_LG_FIXTURE_COUNTS = {
- "latest_3": 35,
154
- "sdist": 23,
155
- "bdist_wheel": 53,
+ "latest_3": 37,
+ "sdist": 24,
156
+ "bdist_wheel": 54,
157
}
158
159
DJANGO_LATEST_3 = 4 # latest version has 2 dists, each other has 1
0 commit comments