Skip to content

Commit

Permalink
[QOLDEV-1014] drop CKAN 2.9 support
Browse files Browse the repository at this point in the history
- Supporting 2.9 complicates our scenario tests and it is long obsolete
  • Loading branch information
ThrawnCA committed Dec 16, 2024
1 parent ee6930d commit 1e73ebb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: true
matrix:
ckan-version: ["2.10", 2.9]
ckan-version: ["2.10"]
behave-tag: [smoke, unauthenticated, multi_plugin, OpenData, authenticated]
experimental: [false]
include:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ckan.plugins = <OTHER_PLUGINS> harvest harvester_data_qld_geoscience
- [Pygmy](https://pygmy.readthedocs.io/)
- [Ahoy](https://github.com/ahoy-cli/ahoy)
- Build the test container for your preferred CKAN version: '2.9' or '2.10'.
- Build the test container:
```
CKAN_VERSION=2.10 bin/build.sh
```
Expand Down
2 changes: 0 additions & 2 deletions bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ if [ "$CKAN_VERSION" = "2.11" ]; then
CKAN_GIT_VERSION=ckan-2.11.1
elif [ "$CKAN_VERSION" = "2.10" ]; then
CKAN_GIT_VERSION=ckan-2.10.5-qgov.4
else
CKAN_GIT_VERSION=ckan-2.9.9-qgov.3
fi

sed "s|{CKAN_VERSION}|$CKAN_VERSION|g" .docker/Dockerfile-template.ckan \
Expand Down
1 change: 0 additions & 1 deletion bin/init-ext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ install_requirements () {
}

. "${APP_DIR}"/bin/activate
pip install "setuptools>=44.1.0,<71"
install_requirements . dev-requirements requirements-dev
for extension in . `ls -d $SRC_DIR/ckanext-*`; do
install_requirements $extension requirements pip-requirements
Expand Down

0 comments on commit 1e73ebb

Please sign in to comment.