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 d7f95a3 commit 29ec4d6Copy full SHA for 29ec4d6
test_cupy.sh
@@ -26,4 +26,4 @@ mkdir -p $SCRIPT_DIR/.hypothesis
26
ln -s $SCRIPT_DIR/.hypothesis .hypothesis
27
28
export ARRAY_API_TESTS_MODULE=array_api_compat.cupy
29
-pytest ${PYTEST_ARGS} --xfails-file $SCRIPT_DIR/cupy-xfails.txt "$@"
+pytest array_api_tests/ ${PYTEST_ARGS} --xfails-file $SCRIPT_DIR/cupy-xfails.txt "$@"
0 commit comments