Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Commit

Permalink
slightly speed up tests by avoiding pre-commit install
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed May 27, 2020
1 parent 3a021f6 commit 9f9ca81
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
covdefaults
coverage
pre-commit
pytest
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ commands =
coverage erase
coverage run -m pytest {posargs:tests}
coverage report --fail-under 100
pre-commit install

[testenv:pre-commit]
skip_install = true
Expand Down

0 comments on commit 9f9ca81

Please sign in to comment.