Skip to content

Commit 1da4a7f

Browse files
committed
slightly speed up tests by avoiding pre-commit install
Committed via https://github.com/asottile/all-repos
1 parent 0e509dd commit 1da4a7f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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
@@ -12,7 +12,6 @@ commands =
1212
coverage erase
1313
coverage run -m pytest {posargs:tests}
1414
coverage report --fail-under 100
15-
pre-commit install
1615

1716
[testenv:pre-commit]
1817
skip_install = true

0 commit comments

Comments
 (0)