We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1efaf2 commit d8d92a4Copy full SHA for d8d92a4
hypothesis-python/scripts/other-tests.sh
@@ -67,7 +67,7 @@ if [ "$(python -c $'import platform, sys; print(sys.version_info.releaselevel ==
67
$PYTEST tests/ghostwriter/
68
pip uninstall -y black
69
70
- if [ "$(python -c "import platform; print(platform.python_implementation() not in {'PyPy', 'GraalVM'})")" = "True" ] ; then
+ if [ "$HYPOTHESIS_PROFILE" != "crosshair" ] && [ "$(python -c "import platform; print(platform.python_implementation() not in {'PyPy', 'GraalVM'})")" = "True" ] ; then
71
$PYTEST tests/array_api tests/numpy
72
fi
73
0 commit comments