Skip to content

Commit

Permalink
build: Remove jsonschema direct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 11, 2023
1 parent b7f1741 commit 5da4792
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,4 @@ jobs:
- shell: bash
run: curl -s -S --retry 3 $BASEDIR/tests/script.sh | bash -
- run: pip install -r requirements_dev.txt
- env:
# https://github.com/OpenDataServices/lib-cove/pull/118
STANDARD_MAINTENANCE_SCRIPTS_IGNORE: jsonschema
run: pytest /tmp/test_requirements.py
- run: pytest /tmp/test_requirements.py
1 change: 0 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
django
django-bootstrap3
jsonschema
# https://github.com/OpenDataServices/lib-cove/pulls
libcove[flatten] @ https://github.com/jpmckinney/lib-cove/archive/hotfix2.zip
libcoveoc4ids[perf]
Expand Down

0 comments on commit 5da4792

Please sign in to comment.