Skip to content

Commit

Permalink
Ungroup and sort test_requirements.txt
Browse files Browse the repository at this point in the history
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.)
  • Loading branch information
EliahKagan committed Sep 10, 2023
1 parent e1d8b40 commit b9b6d8c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
black
build
coverage[toml]
ddt>=1.1.1, !=1.4.3
mypy

black

pre-commit

build
virtualenv

pytest
pytest-cov
coverage[toml]
pytest-sugar
virtualenv

0 comments on commit b9b6d8c

Please sign in to comment.