Skip to content

Commit 20d8f3a

Browse files
committed
Move importlib.metadata tests to their own package for easier syncing with importlib_metadata.
1 parent d3efc6e commit 20d8f3a

File tree

12 files changed

+1
-1
lines changed

12 files changed

+1
-1
lines changed

Lib/test/test_importlib/metadata/data/__init__.py

Whitespace-only changes.

Lib/test/test_importlib/fixtures.py renamed to Lib/test/test_importlib/metadata/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def DALS(str):
350350

351351
@requires_zlib()
352352
class ZipFixtures:
353-
root = 'test.test_importlib.data'
353+
root = 'test.test_importlib.metadata.data'
354354

355355
def _fixture_on_path(self, filename):
356356
pkg_file = resources.files(self.root).joinpath(filename)

0 commit comments

Comments
 (0)