Skip to content

Commit 93a2cd5

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 93a2cd5

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-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: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,16 @@
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 = 92
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": 51,
155+
"sdist": 28,
156+
"bdist_wheel": 64,
157+
"multi": 34, # keep_latest=1, package_types="bdist_wheel", prereleases=False
156158
}
157159

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

0 commit comments

Comments
 (0)