Skip to content

Commit 8fac4d8

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 b10a7b4 commit 8fac4d8

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
@@ -127,15 +127,16 @@
127127
"Django", # matches 31
128128
"pytz", # matches 6
129129
"scipy", # matches 23
130+
"setuptools", # matches 2
130131
"shelf-reader", # matches 2
131132
]
132-
PYTHON_LG_PACKAGE_COUNT = 90
133+
PYTHON_LG_PACKAGE_COUNT = 92
133134
PYTHON_LG_FIXTURE_SUMMARY = {PYTHON_CONTENT_NAME: PYTHON_LG_PACKAGE_COUNT}
134135
PYTHON_LG_FIXTURE_COUNTS = {
135-
"latest_3": 49,
136-
"sdist": 27,
137-
"bdist_wheel": 63,
138-
"multi": 33, # keep_latest=1, package_types="bdist_wheel", prereleases=False
136+
"latest_3": 51,
137+
"sdist": 28,
138+
"bdist_wheel": 64,
139+
"multi": 34, # keep_latest=1, package_types="bdist_wheel", prereleases=False
139140
}
140141

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

0 commit comments

Comments
 (0)