We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b99d6 commit d1c615aCopy full SHA for d1c615a
1 file changed
cuda_bindings/tests/test_examples.py
@@ -20,6 +20,7 @@ def test_example(example):
20
21
env = os.environ.copy()
22
env["CUDA_BINDINGS_SKIP_EXAMPLE"] = "100"
23
+ env["MPLBACKEND"] = "Agg" # avoid plt.show() from blocking
24
25
process = subprocess.run([sys.executable, example], capture_output=True, env=env) # noqa: S603
26
# returncode is a special value used in the examples to indicate that system requirements are not met.
0 commit comments