The python-pip rpms
- 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. |
||
|---|---|---|
| tests | ||
| .gitignore | ||
| changelog | ||
| dummy-certifi.patch | ||
| nowarn-pip._internal.main.patch | ||
| python-pip.rpmlintrc | ||
| python-pip.spec | ||
| remove-existing-dist-only-if-path-conflicts.patch | ||
| sources | ||