Skip to content

Commit 3df8e4b

Browse files
jobselkomdellweg
authored andcommitted
Merge pull request #877 from jobselko/fix_nightly
Fix tests to account for new fixtures (cherry picked from commit ee1aed2) (cherry picked from commit 7433f61)
1 parent 543e9db commit 3df8e4b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES/876.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed tests to account for new fixtures.

pulp_python/tests/functional/constants.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,10 @@
145145
"celery", # matches 13
146146
"Django", # matches 31
147147
"scipy", # matches 23
148+
"setuptools", # matches 2
148149
"shelf-reader", # matches 2
149150
]
150-
PYTHON_LG_PACKAGE_COUNT = 76
151+
PYTHON_LG_PACKAGE_COUNT = 78
151152
PYTHON_LG_FIXTURE_SUMMARY = {PYTHON_CONTENT_NAME: PYTHON_LG_PACKAGE_COUNT}
152153
PYTHON_LG_FIXTURE_COUNTS = {
153154
"latest_3": 35,

0 commit comments

Comments
 (0)