Skip to content

Commit

Permalink
tests: Use our fork of ckanext-scheming
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed Sep 22, 2023
1 parent b0bf5c6 commit f466a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install_test_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pip install -r requirements.txt
pip install -r dev-requirements.txt
pip install -e .

pip install -e git+https://github.com/ckan/ckanext-scheming.git#egg=ckanext-scheming
pip install -e git+https://github.com/ckan/ckanext-fluent.git#egg=ckanext-fluent
pip install -e git+https://github.com/ckan/ckanext-hierarchy.git#egg=ckanext-hierarchy
pip install -e git+https://github.com/ckan/ckanext-xloader.git#egg=ckanext-xloader
Expand All @@ -30,6 +29,7 @@ pip install -e git+https://github.com/opendata-swiss/ckanext-subscribe.git#egg=c
pip install -r https://raw.githubusercontent.com/opendata-swiss/ckanext-subscribe/master/requirements.txt
pip install -e git+https://github.com/opendata-swiss/ckanext-switzerland-ng.git#egg=ckanext-switzerland-ng
pip install -r https://raw.githubusercontent.com/opendata-swiss/ckanext-switzerland-ng/master/requirements.txt
pip install -e git+https://github.com/opendata-swiss/ckanext-scheming.git#egg=ckanext-scheming

# 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 f466a36

Please sign in to comment.