Skip to content

Commit

Permalink
Merge pull request #107 from ckan/bump_requirments
Browse files Browse the repository at this point in the history
Bump requirements for CKAN 2.9, frictionless==5.18.0, markupsafe, jinja2<3.1
  • Loading branch information
duttonw authored Dec 11, 2024
2 parents 0abea2f + 6310b51 commit 21613f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ jobs:
run: |
pip install -r requirements.txt
pip install -r dev-requirements.txt
echo "no-warn-conflicts install of jinja2 and markupsafe"
pip install --no-warn-conflicts jinja2==2.10.1
pip install --no-warn-conflicts markupsafe==2.0.1
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
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ jobs:
run: |
pip install -r dev-requirements.txt
pip install -r requirements.txt
echo "no-warn-conflicts install of jinja2 and markupsafe"
pip install --no-warn-conflicts jinja2==2.10.1
pip install --no-warn-conflicts markupsafe==2.0.1
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
Expand All @@ -104,3 +101,4 @@ jobs:
with:
file: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
flags: "${{ matrix.ckan-version }}"
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ckantoolkit>=0.0.3
frictionless==5.0.0b9
markupsafe==2.0.1
frictionless==5.18.0
markupsafe
jinja2<3.1
tableschema
-e git+https://github.com/ckan/ckanext-scheming.git#egg=ckanext-scheming

0 comments on commit 21613f9

Please sign in to comment.