Skip to content

Commit 400b8bb

Browse files
authored
Merge pull request #315 from asottile/all-repos_autofix_faster-tests
slightly speed up tests by avoiding pre-commit install
2 parents 97149a1 + fbc0526 commit 400b8bb

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
covdefaults
22
coverage
3-
pre-commit
43
pytest

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ commands =
77
coverage erase
88
coverage run -m pytest {posargs:tests}
99
coverage report --fail-under 100
10-
pre-commit install
1110

1211
[testenv:pre-commit]
1312
skip_install = true

0 commit comments

Comments
 (0)