Skip to content

Commit 7433f61

Browse files
jobselkopatchback[bot]
authored andcommitted
Merge pull request #877 from jobselko/fix_nightly
Fix tests to account for new fixtures (cherry picked from commit ee1aed2)
1 parent fb2becc commit 7433f61

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
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: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,16 @@
147147
"Django", # matches 31
148148
"pytz", # matches 6
149149
"scipy", # matches 23
150+
"setuptools", # matches 2
150151
"shelf-reader", # matches 2
151152
]
152-
PYTHON_LG_PACKAGE_COUNT = 90
153+
PYTHON_LG_PACKAGE_COUNT = 92
153154
PYTHON_LG_FIXTURE_SUMMARY = {PYTHON_CONTENT_NAME: PYTHON_LG_PACKAGE_COUNT}
154155
PYTHON_LG_FIXTURE_COUNTS = {
155-
"latest_3": 49,
156-
"sdist": 27,
157-
"bdist_wheel": 63,
158-
"multi": 33, # keep_latest=1, package_types="bdist_wheel", prereleases=False
156+
"latest_3": 51,
157+
"sdist": 28,
158+
"bdist_wheel": 64,
159+
"multi": 34, # keep_latest=1, package_types="bdist_wheel", prereleases=False
159160
}
160161

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

0 commit comments

Comments
 (0)