Skip to content

Commit 71d90ea

Browse files
lucascolleyev-br
andauthored
Update test_all.py
Co-authored-by: Evgeni Burovski <evgeny.burovskiy@gmail.com>
1 parent 3b4ea59 commit 71d90ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_all.py

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def test_all(library):
3333
else:
3434
import_(library, wrapper=True)
3535

36+
# NB: iterate over a copy to avoid a "dictionary size changed" error
3637
for mod_name in sys.modules.copy():
3738
if not mod_name.startswith('array_api_compat.' + library):
3839
continue

0 commit comments

Comments
 (0)