From f63b879b1898aba4c8167b44923cb26432e01aa1 Mon Sep 17 00:00:00 2001 From: pdelboca Date: Mon, 30 May 2022 11:27:05 +0200 Subject: [PATCH] Restore dev-requirements.txt --- .github/workflows/test.yml | 1 + ckanext/dev-requirements.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 ckanext/dev-requirements.txt 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