summaryrefslogtreecommitdiff
path: root/scripts/test.sh
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-10-06 21:21:17 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-10-06 21:21:17 -0700
commitdd2d5f1b43fadd5487293d2a2734b5dca08a32ff (patch)
tree768d4f2a4636fe43f1bff6b7965ead02102a0bef /scripts/test.sh
parente3dc4bdcd8d33bc2f2e1c390cd0c34a5071434b3 (diff)
parentd2954516ef4de49fd3ded305151a5bfb84827b1d (diff)
downloadisort-issue/1443/initial-progress.tar.gz
Merge branch 'develop' of https://github.com/timothycrosley/isort into issue/1443/initial-progressissue/1443/initial-progress
Diffstat (limited to 'scripts/test.sh')
-rwxr-xr-xscripts/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index 5aa1c764..d76d8cce 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -2,5 +2,5 @@
set -euxo pipefail
./scripts/lint.sh
-poetry run pytest tests/unit/ -s --cov=isort/ --cov-report=term-missing ${@-}
+poetry run pytest tests/unit/ -s --cov=isort/ --cov-report=term-missing ${@-} --ignore=tests/unit/test_deprecated_finders.py
poetry run coverage html