Skip to content

Commit 512dcfb

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 512dcfb

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
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: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,15 @@
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 = {
153-
"latest_3": 35,
154-
"sdist": 23,
155-
"bdist_wheel": 53,
154+
"latest_3": 37,
155+
"sdist": 24,
156+
"bdist_wheel": 54,
156157
}
157158

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

0 commit comments

Comments
 (0)