Skip to content

Commit

Permalink
Install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-urdin committed Oct 3, 2024
1 parent abd2359 commit feffbb5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ ENV LANG en_US.UTF-8
RUN update-locale
RUN locale-gen $LANG

RUN python3 -m pip install setuptools

#NOTE(sileht): Upgrade python dev tools
RUN python3 -m pip install -U pip tox virtualenv

Expand Down
2 changes: 2 additions & 0 deletions run-upgrade-tests.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
set -e

export GNOCCHI_TEST_DEBUG=1

if [ "$1" == "postgresql-file" ]; then
eval $(pifpaf --env-prefix INDEXER run postgresql)
elif [ "$1" == "mysql-ceph" ]; then
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ passenv =
GNOCCHI_TEST_*
AWS_*
setenv =
GNOCCHI_TEST_DEBUG=1
GNOCCHI_TEST_STORAGE_DRIVER=file
GNOCCHI_TEST_INDEXER_DRIVER=postgresql
GNOCCHI_TEST_STORAGE_DRIVERS=file swift ceph s3 redis
Expand Down

0 comments on commit feffbb5

Please sign in to comment.