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