summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoranirudnits <aniruddha97bhatt@gmail.com>2020-09-13 15:53:54 +0530
committeranirudnits <aniruddha97bhatt@gmail.com>2020-09-13 15:53:54 +0530
commitdd8d0df389c5c211da34a333d2cdb6447a79a7c3 (patch)
tree07c345fa52ef733575b850c60612480f383c2279 /scripts
parent3d1ee23caaff702bf09e1615cb67be8e4a2906fd (diff)
downloadisort-dd8d0df389c5c211da34a333d2cdb6447a79a7c3.tar.gz
moved testing of deprecated_finders outside of test suite
Diffstat (limited to 'scripts')
-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