Skip to content

Commit 33613c6

Browse files
Fix recursion error in tox for allowlist_externals.
On GHA it was fine, but locally it was failing for me: ``` tox.report.HandledError: replace failed in py312.allowlist_externals with RecursionError('maximum recursion depth exceeded') ``` Might depend on the tox version.
1 parent 50a5a9f commit 33613c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ deps =
1717
pytest-cov
1818
allowlist_externals =
1919
cp
20-
{envsitepackagesdir}/i18ndude/tests/tox-check-i18ndude-command.sh
20+
*/i18ndude/tests/tox-check-i18ndude-command.sh

0 commit comments

Comments
 (0)