Skip to content

Commit

Permalink
Add dev-requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelboca committed Apr 25, 2022
1 parent 8d63dad commit 2cfa511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -47,6 +47,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install requirements
run: |
pip install -r dev-requirements.txt
pip install -e .
# 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/' test.ini
Expand All @@ -59,4 +60,4 @@ jobs:
run: |
paster --plugin=ckan db init -c test.ini
- name: Run tests
run: pytest --ckan-ini=test.ini --cov=ckanext.geoview --disable-warnings ckanext/geoview/tests
run: pytest --ckan-ini=test.ini --disable-warnings ckanext/geoview/tests
1 change: 1 addition & 0 deletions dev-requirements.txt
@@ -0,0 +1 @@
pytest-ckan

0 comments on commit 2cfa511

Please sign in to comment.