Skip to content

Commit 890fa88

Browse files
committed
slightly speed up tests by avoiding pre-commit install
Committed via https://github.com/asottile/all-repos
1 parent 4c7e4fe commit 890fa88

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,6 +1,5 @@
11
covdefaults
22
coverage
33
markdown-to-presentation>=0.0.22
4-
pre-commit
54
pygments-ansi-color
65
pytest>=6.0.0rc1

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:py38-master]
1312
commands =

0 commit comments

Comments
 (0)