From 3969712de69a7eca0d65ec86231ab9b82f1fb351 Mon Sep 17 00:00:00 2001 From: Gerrod Date: Wed, 19 Nov 2025 16:19:35 -0500 Subject: [PATCH] Merge pull request #1023 from gerrod3/fixt-pep-updates Update large fixtures count (cherry picked from commit c7cfdde34b5dfcb855530144da4b1ac3ee0ba176) --- pulp_python/tests/functional/constants.py | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/pulp_python/tests/functional/constants.py b/pulp_python/tests/functional/constants.py index cadbbc12..2855b8a9 100644 --- a/pulp_python/tests/functional/constants.py +++ b/pulp_python/tests/functional/constants.py @@ -112,19 +112,22 @@ "aiohttp", # matches 7 "bcrypt", # matches 8 "celery", # matches 13 + "crane", # matches 0 "Django", # matches 31 + "pulp-2to3-migration", # matches 2 "pytz", # matches 6 "scipy", # matches 23 "setuptools", # matches 2 "shelf-reader", # matches 2 + "twine", # matches 14 ] -PYTHON_LG_PACKAGE_COUNT = 92 +PYTHON_LG_PACKAGE_COUNT = 108 PYTHON_LG_FIXTURE_SUMMARY = {PYTHON_CONTENT_NAME: PYTHON_LG_PACKAGE_COUNT} PYTHON_LG_FIXTURE_COUNTS = { - "latest_3": 51, - "sdist": 28, - "bdist_wheel": 64, - "multi": 34, # keep_latest=1, package_types="bdist_wheel", prereleases=False + "latest_3": 59, + "sdist": 36, + "bdist_wheel": 72, + "multi": 36, # keep_latest=1, package_types="bdist_wheel", prereleases=False } DJANGO_LATEST_3 = 4 # latest version has 2 dists, each other has 1