From b9b6d8c07eb9afb88f092e507db9ae467e5e0986 Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Sat, 9 Sep 2023 23:55:26 -0400 Subject: [PATCH] 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.) --- test-requirements.txt | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 67496031e..214ad78ec 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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