We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4ea59 commit 71d90eaCopy full SHA for 71d90ea
tests/test_all.py
@@ -33,6 +33,7 @@ def test_all(library):
33
else:
34
import_(library, wrapper=True)
35
36
+ # NB: iterate over a copy to avoid a "dictionary size changed" error
37
for mod_name in sys.modules.copy():
38
if not mod_name.startswith('array_api_compat.' + library):
39
continue
0 commit comments