Skip to content

Commit

Permalink
Merge pull request #62 from qld-gov-au/develop
Browse files Browse the repository at this point in the history
Develop to master - move inter-plugin dependency out of main requirements file
  • Loading branch information
ThrawnCA authored May 10, 2024
2 parents e9956c2 + f3e1cbb commit f0d8f37
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ckan-version: ["2.10", 2.9, 2.9-py2]
ckan-version: ["2.10", 2.9]

name: Continuous Integration build on CKAN ${{ matrix.ckan-version }}
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions bin/init-ext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ for extension in . `ls -d $SRC_DIR/ckanext-*`; do
install_requirements $extension requirements pip-requirements
done
pip install -e .
# force version that declares itself to be incompatible but actually works
pip install click==7.1.2
installed_name=$(grep '^\s*name=' setup.py |sed "s|[^']*'\([-a-zA-Z0-9]*\)'.*|\1|")

# Validate that the extension was installed correctly.
Expand Down
2 changes: 2 additions & 0 deletions dev-requirements-2.9-py2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ selenium==3.141.0
splinter>=0.13.0,<0.17
responses==0.17.0
faker==3.0.1

git+https://github.com/ckan/[email protected]#egg=ckanext-scheming
2 changes: 2 additions & 0 deletions dev-requirements-py2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ selenium==3.141.0
splinter>=0.13.0,<0.17
responses==0.17.0
faker==3.0.1

git+https://github.com/ckan/[email protected]#egg=ckanext-scheming
2 changes: 2 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ pytest-cov
selenium==4.8.2
splinter>=0.13.0
faker==18.3.0

git+https://github.com/ckan/[email protected]#egg=ckanext-scheming
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ckantoolkit>=0.0.4
goodtables==1.5.1
six>=1.13.0
-e git+https://github.com/ckan/[email protected]#egg=ckanext-scheming
datapackage==1.15.2 # pin to preserve compatibility with older tableschema
ckanext-scheming

0 comments on commit f0d8f37

Please sign in to comment.