Skip to content

Commit 9df9761

Browse files
authored
chore(deps): pin importlib_resources to workaround pyinstaller issue
The issue is probably fixed here it’s probably this (fixed in pyinstaller source but not released yet): pyinstaller/pyinstaller#7761 but not released it. This is to unblock the development, fix CI
1 parent 30c0f48 commit 9df9761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"flake8-docstrings",
1010
"pytest-mock",
1111
"pyinstaller",
12-
"importlib_resources; python_version < '3.10'",
12+
"importlib_resources < 6; python_version < '3.10'",
1313
]
1414

1515
tests_requirements.append("black==23.3.0")

0 commit comments

Comments
 (0)