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 3df8e4bCopy full SHA for 3df8e4b
CHANGES/876.bugfix
@@ -0,0 +1 @@
1
+Fixed tests to account for new fixtures.
pulp_python/tests/functional/constants.py
@@ -145,9 +145,10 @@
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 = {
154
"latest_3": 35,
0 commit comments