Skip to content

Commit c12a58a

Browse files
committed
fix: version.py now working again
1 parent bb4f92d commit c12a58a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ def testsuite(pattern=""):
4242
from itertools import chain
4343
from os.path import dirname
4444

45-
from pkg_resources import resource_filename
45+
from importlib.resources import files, as_file
46+
4647

4748
loader = unittest.defaultTestLoader
4849
thisdir = resource_filename(__name__, "")

0 commit comments

Comments
 (0)