From 9f18f693681ee8d2a6fec097d5af0895a58e01aa Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Sat, 29 Jun 2024 22:58:48 -0600 Subject: [PATCH] Decouple integration test and lint scripts --- scripts/integration-test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/integration-test.sh b/scripts/integration-test.sh index 2d55064f..acc7ce7b 100755 --- a/scripts/integration-test.sh +++ b/scripts/integration-test.sh @@ -4,4 +4,3 @@ set -e set -x pytest --cov=earthaccess --cov=tests/integration --cov-report=term-missing ${@} -s --tb=native --log-cli-level=INFO -bash ./scripts/lint.sh