We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a33d93 + c27e21e commit 81055a2Copy full SHA for 81055a2
1 file changed
build-scripts/build-environment-check
@@ -64,14 +64,6 @@ do
64
fi
65
done
66
67
-if [ "$PROJECT" = "nova" ]; then
68
- . "$BASEDIR"/nova/tests/reporting/find-python.sh # to get PYTHON as the tests do
69
- if ! $PYTHON -m pip list | grep psycopg2; then
70
- echo "nova/tests/reporting needs psycopg2 module installed for python: $PYTHON"
71
- RET=1
72
- fi
73
-fi
74
-
75
76
# Exit with the right exit code
77
if [ $RET = 0 ]
0 commit comments