From 2ebcea8a51a0a3be64fab6f39058a142c5cc53e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 29 Aug 2021 22:52:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Do=20not=20run=20lint=20on=20the?= =?UTF-8?q?=20tests=20scripts,=20there's=20another=20step=20for=20that?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 9f0ecb39a..77dd74d73 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -4,6 +4,5 @@ set -e set -x bash ./scripts/test-files.sh -bash ./scripts/lint.sh # Use xdist-pytest --forked to ensure modified sys.path to import relative modules in examples keeps working pytest --cov=typer --cov=tests --cov=docs_src --cov-report=term-missing --cov-report=xml -o console_output_style=progress --forked --numprocesses=auto ${@}