Skip to content

Commit eed9496

Browse files
authored
Merge pull request #1024 from pulp/patchback/backports/3.11/c7cfdde34b5dfcb855530144da4b1ac3ee0ba176/pr-1023
[PR #1023/c7cfdde3 backport][3.11] Update large fixtures count
2 parents 173f541 + bdc2c56 commit eed9496

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

pulp_python/tests/functional/api/test_consume_content.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def install(cli_client, package, host=PYPI_URL):
122122
"pip",
123123
"install",
124124
"--no-deps",
125+
"--no-build-isolation",
125126
"--trusted-host",
126127
urlsplit(host).hostname,
127128
"--trusted-host",

pulp_python/tests/functional/constants.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,19 +144,22 @@
144144
"aiohttp", # matches 7
145145
"bcrypt", # matches 8
146146
"celery", # matches 13
147+
"crane", # matches 0
147148
"Django", # matches 31
149+
"pulp-2to3-migration", # matches 2
148150
"pytz", # matches 6
149151
"scipy", # matches 23
150152
"setuptools", # matches 2
151153
"shelf-reader", # matches 2
154+
"twine", # matches 14
152155
]
153-
PYTHON_LG_PACKAGE_COUNT = 92
156+
PYTHON_LG_PACKAGE_COUNT = 108
154157
PYTHON_LG_FIXTURE_SUMMARY = {PYTHON_CONTENT_NAME: PYTHON_LG_PACKAGE_COUNT}
155158
PYTHON_LG_FIXTURE_COUNTS = {
156-
"latest_3": 51,
157-
"sdist": 28,
158-
"bdist_wheel": 64,
159-
"multi": 34, # keep_latest=1, package_types="bdist_wheel", prereleases=False
159+
"latest_3": 59,
160+
"sdist": 36,
161+
"bdist_wheel": 72,
162+
"multi": 36, # keep_latest=1, package_types="bdist_wheel", prereleases=False
160163
}
161164

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

0 commit comments

Comments
 (0)