Skip to content

Commit b9b6d8c

Browse files
committed
Ungroup and sort test_requirements.txt
This is cleanup related to the previous commit. As that file grows, it is harder to tell immediately if a particular package is in it when not alphabetized. (The groups were also not intuitive, with ddt listed separately from other unit test related dependencies.)
1 parent e1d8b40 commit b9b6d8c

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

test-requirements.txt

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1+
black
2+
build
3+
coverage[toml]
14
ddt>=1.1.1, !=1.4.3
25
mypy
3-
4-
black
5-
66
pre-commit
7-
8-
build
9-
virtualenv
10-
117
pytest
128
pytest-cov
13-
coverage[toml]
149
pytest-sugar
10+
virtualenv

0 commit comments

Comments
 (0)