Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit a13b78a

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

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

requirements-dev.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
covdefaults
22
coverage
3-
pre-commit
43
pytest
54
setuptools-golang>=1.0.0

tox.ini

-1
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 --show-missing --fail-under 100
10-
pre-commit install
1110

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

0 commit comments

Comments
 (0)