Skip to content

Commit

Permalink
Don't duplicate packages across requirements files
Browse files Browse the repository at this point in the history
- Remove "gitdb" from test-requirements.txt, because it already a
  dependency of the project (listed in requirements.txt, which is
  used to build the value passed for install_requires in setup.py).

- Remove "black" from requirements-dev.txt, because it is listed in
  test-requirement.txt (which requirements-dev.txt sources).
  • Loading branch information
EliahKagan committed Sep 10, 2023
1 parent b095aa9 commit 63c4624
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# libraries for additional local testing/linting - to be added to test-requirements.txt when all pass

flake8-type-checking;python_version>="3.8" # checks for TYPE_CHECKING only imports
black

pytest-icdiff
# pytest-profiling
Expand Down
2 changes: 0 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ pytest
pytest-cov
coverage[toml]
pytest-sugar

gitdb

0 comments on commit 63c4624

Please sign in to comment.