Use CKAN Core dev-requirements

This commit is contained in:
pdelboca 2022-05-30 11:22:21 +02:00
parent bd0678b2d5
commit e223d3c71e
2 changed files with 0 additions and 4 deletions

View File

@ -50,7 +50,6 @@ jobs:
- name: Install requirements
run: |
pip install -r requirements.txt
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

View File

@ -1,3 +0,0 @@
pytest-ckan
pytest-factoryboy
pytest-cov