Skip to content

Commit f0bf512

Browse files
authored
Merge pull request #491 from pre-commit/all-repos_autofix_faster-tests
slightly speed up tests by avoiding pre-commit install
2 parents 0e509dd + 1da4a7f commit f0bf512

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)