Use CKAN Core dev-requirements
This commit is contained in:
parent
bd0678b2d5
commit
e223d3c71e
|
@ -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
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
pytest-ckan
|
||||
pytest-factoryboy
|
||||
pytest-cov
|
Loading…
Reference in New Issue