We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961d69d commit 95556a7Copy full SHA for 95556a7
testconfig.yml
@@ -8,6 +8,7 @@ skip:
8
- plotly.plotly
9
- bokeh.server.django
10
- bokeh.sampledata # no bokeh_sampledata
11
+- shiboken2 ### using deprecated functions form various packages
12
# Too many, or not necessary
13
- iris.tests
14
- cartopy.tests
@@ -62,7 +63,6 @@ skip:
62
63
- torch._inductor
64
- keras.src.backend ### Don't test Keras backends
65
- functorch ### This file has moved to under torch/_functorch. It is not public API.
-- shiboken2 ### using deprecated functions form various packages
66
- cupy ### ImportError (libnccl.so.2: cannot open shared object file
67
68
# Preload these modules before testing to avoid weird python issues
0 commit comments