diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 037cae3..8d027b5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,6 +50,7 @@ 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 diff --git a/ckanext/dev-requirements.txt b/ckanext/dev-requirements.txt new file mode 100644 index 0000000..172902c --- /dev/null +++ b/ckanext/dev-requirements.txt @@ -0,0 +1 @@ +pytest-ckan \ No newline at end of file