forked from pool/python-distlib
- update to 0.3.4 * Fixed #153: Raise warnings in get_distributions() if bad metadata seen, but keep going. * Fixed #154: Determine Python versions correctly for Python >= 3.10. * Updated launcher executables. - Drop obsolete remove-backports.patch OBS-URL: https://build.opensuse.org/request/show/939488 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=20
13 lines
637 B
Diff
13 lines
637 B
Diff
Index: distlib-0.3.4/tests/distlib_tests.py
|
|
===================================================================
|
|
--- distlib-0.3.4.orig/tests/distlib_tests.py
|
|
+++ distlib-0.3.4/tests/distlib_tests.py
|
|
@@ -10,7 +10,6 @@ _ver = sys.version_info[:2]
|
|
from test_database import (DataFilesTestCase, TestDatabase, TestDistribution,
|
|
TestEggInfoDistribution, DepGraphTestCase)
|
|
from test_index import PackageIndexTestCase
|
|
-from test_locators import LocatorTestCase
|
|
from test_manifest import ManifestTestCase
|
|
from test_markers import MarkersTestCase
|
|
from test_metadata import MetadataTestCase, LegacyMetadataTestCase
|