Commit 33613c6
committed
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
0 commit comments