From 8fac4d8f70dc2c5a0a3fedfbb1b4443cd40c8592 Mon Sep 17 00:00:00 2001 From: Jitka Obselkova <41325380+jobselko@users.noreply.github.com> Date: Tue, 1 Jul 2025 17:09:38 +0200 Subject: [PATCH] Merge pull request #877 from jobselko/fix_nightly Fix tests to account for new fixtures (cherry picked from commit ee1aed2b7412b58a8803fe54a1e241ae3f6471af) --- CHANGES/876.bugfix | 1 + pulp_python/tests/functional/constants.py | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 CHANGES/876.bugfix diff --git a/CHANGES/876.bugfix b/CHANGES/876.bugfix new file mode 100644 index 00000000..621a1a84 --- /dev/null +++ b/CHANGES/876.bugfix @@ -0,0 +1 @@ +Fixed tests to account for new fixtures. diff --git a/pulp_python/tests/functional/constants.py b/pulp_python/tests/functional/constants.py index d371db25..7214c1a0 100644 --- a/pulp_python/tests/functional/constants.py +++ b/pulp_python/tests/functional/constants.py @@ -127,15 +127,16 @@ "Django", # matches 31 "pytz", # matches 6 "scipy", # matches 23 + "setuptools", # matches 2 "shelf-reader", # matches 2 ] -PYTHON_LG_PACKAGE_COUNT = 90 +PYTHON_LG_PACKAGE_COUNT = 92 PYTHON_LG_FIXTURE_SUMMARY = {PYTHON_CONTENT_NAME: PYTHON_LG_PACKAGE_COUNT} PYTHON_LG_FIXTURE_COUNTS = { - "latest_3": 49, - "sdist": 27, - "bdist_wheel": 63, - "multi": 33, # keep_latest=1, package_types="bdist_wheel", prereleases=False + "latest_3": 51, + "sdist": 28, + "bdist_wheel": 64, + "multi": 34, # keep_latest=1, package_types="bdist_wheel", prereleases=False } DJANGO_LATEST_3 = 4 # latest version has 2 dists, each other has 1