Skip to content

Commit d8d92a4

Browse files
committed
skip array tests on crosshair
1 parent f1efaf2 commit d8d92a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypothesis-python/scripts/other-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if [ "$(python -c $'import platform, sys; print(sys.version_info.releaselevel ==
6767
$PYTEST tests/ghostwriter/
6868
pip uninstall -y black
6969

70-
if [ "$(python -c "import platform; print(platform.python_implementation() not in {'PyPy', 'GraalVM'})")" = "True" ] ; then
70+
if [ "$HYPOTHESIS_PROFILE" != "crosshair" ] && [ "$(python -c "import platform; print(platform.python_implementation() not in {'PyPy', 'GraalVM'})")" = "True" ] ; then
7171
$PYTEST tests/array_api tests/numpy
7272
fi
7373
fi

0 commit comments

Comments
 (0)