We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc7afc commit 245c9a4Copy full SHA for 245c9a4
1 file changed
scripts/tests_and_coverage.sh
@@ -32,7 +32,7 @@ fi
32
33
# 20250613 End of copy
34
35
-if [ ! "$(which pytest)" ]; then
+if ! command -v pytest >/dev/null; then
36
echo "Unable to find pytest, run setup_test.sh before this script"
37
exit 1
38
fi
0 commit comments