Skip to content

Commit 2b456c2

Browse files
committed
Allow passing pytest args through in test_cupy.sh
1 parent 0368c8f commit 2b456c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_cupy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ git checkout asmeurer/xfails-file
2323
git submodule update --init
2424

2525
export ARRAY_API_TESTS_MODULE=array_api_compat.cupy
26-
pytest ${PYTEST_ARGS} --xfails-file $SCRIPT_DIR/cupy-xfails.txt --skips-file $SCRIPT_DIR/cupy-skips.txt
26+
pytest ${PYTEST_ARGS} --xfails-file $SCRIPT_DIR/cupy-xfails.txt --skips-file $SCRIPT_DIR/cupy-skips.txt $@

0 commit comments

Comments
 (0)