From 5b629442b82d97057f866312c9ccdb82db77dfe9 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:46:55 -0400 Subject: [PATCH] build: Remove jsonschema direct dependency --- .github/workflows/lint.yml | 5 +---- requirements.in | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 26b709a4..ee9589a3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 diff --git a/requirements.in b/requirements.in index fde40b9a..090482f5 100644 --- a/requirements.in +++ b/requirements.in @@ -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 libcoveocds[perf,web]