Skip to content

Commit 41ca039

Browse files
committed
Moved compatibility tests to the compat package, as they're not included in CPython.
1 parent 5950f43 commit 41ca039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_py39compat.py tests/compat/test_py39_compat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import pathlib
33
import unittest
44

5-
from . import fixtures
5+
from .. import fixtures
66
from importlib_metadata import (
77
distribution,
88
distributions,

0 commit comments

Comments
 (0)