Skip to content

Commit

Permalink
tests: Require ckanext-password-policy for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed Apr 17, 2024
1 parent e270d97 commit 85580a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/install_test_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ pip install -e git+https://github.com/opendata-swiss/ckanext-harvester_dashboard
pip install -r https://raw.githubusercontent.com/opendata-swiss/ckanext-harvester_dashboard/master/requirements.txt
pip install -e git+https://github.com/opendata-swiss/ckanext-subscribe.git#egg=ckanext-subscribe
pip install -r https://raw.githubusercontent.com/opendata-swiss/ckanext-subscribe/master/requirements.txt
pip install -e git+https://github.com/opendata-swiss/ckanext-password-policy.git#egg=ckanext-password-policy
pip install -r https://raw.githubusercontent.com/opendata-swiss/ckanext-password-policy/master/requirements.txt

echo "Replace default path to CKAN core config file with the one on the container"
sed -i -e 's/use = config:.*/use = config:\/srv\/app\/src\/ckan\/test-core.ini/' "$WORKDIR"/test.ini
Expand Down

0 comments on commit 85580a0

Please sign in to comment.