Skip to content
Snippets Groups Projects
Commit 126b7063 authored by Carlos Vega's avatar Carlos Vega
Browse files

rollback to adding db requirements in pip

parent 38f1a7a0
No related branches found
No related tags found
1 merge request!462Redcap/generic test instance
Pipeline #95160 passed with warnings
......@@ -34,7 +34,6 @@ test_migrations_created_postgres:
- postgres:latest
script:
- cp "local_settings_ci.py" "smash/smash/local_settings.py"
- pip install "psycopg2==2.9.9"
- cd smash
- python manage.py makemigrations --check --dry-run
- test 1 = $(python manage.py makemigrations --check --dry-run | grep 'No changes detected' |wc -l)
......@@ -45,7 +44,6 @@ test_migrations_created_mariadb:
- mariadb:10.6-ubi
script:
- cp "local_settings_ci_mariadb.py" "smash/smash/local_settings.py"
- pip install "mysqlclient==2.2.4"
- cd smash
- python manage.py makemigrations --check --dry-run
- test 1 = $(python manage.py makemigrations --check --dry-run | grep 'No changes detected' |wc -l)
......@@ -56,7 +54,6 @@ test_postgres:
- postgres:latest
script:
- cp "local_settings_ci.py" "smash/smash/local_settings.py"
- pip install "psycopg2==2.9.9"
- cd smash
- coverage run --source web manage.py test -v3
- coverage report -m --omit="*/test*,*/migrations*,*debug_utils*"
......@@ -67,7 +64,6 @@ test_mariadb:
- mariadb:10.6-ubi
script:
- cp "local_settings_ci_mariadb.py" "smash/smash/local_settings.py"
- pip install "mysqlclient==2.2.4"
- cd smash
- sleep 10
- coverage run --source web manage.py test --noinput -v3
......
......@@ -31,6 +31,7 @@ luhn==0.2.0
lxml==4.9.3
matplotlib==3.8.1
mockito==1.4.0
mysqlclient==2.2.4
nexmo==2.5.2
numpy==1.26.1
pandas==2.1.2
......@@ -38,6 +39,7 @@ packaging==23.2
django-datatables-view==1.20.0
phonenumberslite==8.13.24
Pillow==10.1.0
psycopg2==2.9.9
pycparser==2.21
pyexcel==0.7.0
pyexcel-io==0.6.6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment