Skip to content

Commit

Permalink
馃敡 Do not run lint on the tests scripts, there's another step for that
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Aug 29, 2021
1 parent 01ff3f9 commit 2ebcea8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/test.sh
Expand Up @@ -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 ${@}

1 comment on commit 2ebcea8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.