Skip to content

Improve Python version and OS compatibility, fixing deprecations #1654

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Sep 12, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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.)
  • Loading branch information
EliahKagan committed Sep 10, 2023
commit b9b6d8c07eb9afb88f092e507db9ae467e5e0986
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