Skip to content

Commit 81055a2

Browse files
Merge pull request #1535 from craigcomstock/ENT-12432/3.21-revert
Revert "Added check for psycopg2 python module for nova/tests/reporting" (3.21)
2 parents 0a33d93 + c27e21e commit 81055a2

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

build-scripts/build-environment-check

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,6 @@ do
6464
fi
6565
done
6666

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-
7567

7668
# Exit with the right exit code
7769
if [ $RET = 0 ]

0 commit comments

Comments
 (0)