The python-pip rpms
Find a file
Miro Hrončok 5183a7da7b Drop unused test requirement of python-wheel-wheel
- Run more tests

The motivation for this is the need to drop python-wheel-wheel in wheel 0.46+.
Due to newly gained runtime dependencies of wheel,
such wheel cannot be used as is.

I realized that when the explicit BuildRequires is removed,
the package is brought in by python3-virtualenv.
But even when python3-virtualenv drops the dependency,
the tests still passed without python-wheel-wheel.

Because the tests that require packaged wheels were all --ignored
for obsolete reasons. When unignored, they errored due to missing coverage.whl.

As a result of this change, the unused dependencies on packaged wheels are dropped,
but the tests are collected and only those that require wheels are skipped (still the most).

This change enables some tests, but skips most of them :/
Before: 1567 passed, 28 skipped, 12 deselected, 8 xfailed
After: 1602 passed, 893 skipped, 173 deselected, 8 xfailed

The added comment assumes python-wheel-wheel no longer exists.
2025-05-05 23:41:54 +02:00
tests Stop building the HTML documentation, only build manual pages 2025-05-03 11:11:10 +02:00
.gitignore Update to 20.0.2 2020-03-04 12:47:38 +01:00
changelog Convert to %autorelease and %autochangelog 2024-01-25 15:48:44 +01:00
dummy-certifi.patch Update to 24.1.1 2024-06-28 12:12:44 +02:00
nowarn-pip._internal.main.patch Update to 24.1.1 2024-06-28 12:12:44 +02:00
python-pip.rpmlintrc Drop unused rpmlintrc filter 2025-05-03 11:11:10 +02:00
python-pip.spec Drop unused test requirement of python-wheel-wheel 2025-05-05 23:41:54 +02:00
remove-existing-dist-only-if-path-conflicts.patch Update to 24.1.1 2024-06-28 12:12:44 +02:00
sources Update to 25.1.1 2025-05-03 11:11:10 +02:00