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 046ffd0 commit c3eb0d5Copy full SHA for c3eb0d5
test_cupy.sh
@@ -23,5 +23,10 @@ git checkout asmeurer/xfails-file
23
24
git submodule update --init
25
26
+# store the hypothesis examples database in this directory, so that failures
27
+# will be remembered across runs
28
+mkdir -p $SCRIPT_DIR/.hypothesis
29
+ln -s $SCRIPT_DIR/.hypothesis .hypothesis
30
+
31
export ARRAY_API_TESTS_MODULE=array_api_compat.cupy
32
pytest ${PYTEST_ARGS} --xfails-file $SCRIPT_DIR/cupy-xfails.txt --skips-file $SCRIPT_DIR/cupy-skips.txt $@
0 commit comments