Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit63c4624

Browse files
committed
Don't duplicate packages across requirements files
- 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).
1 parentb095aa9 commit63c4624

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

‎requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# libraries for additional local testing/linting - to be added to test-requirements.txt when all pass
55

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

98
pytest-icdiff
109
# pytest-profiling

‎test-requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@ pytest
1111
pytest-cov
1212
coverage[toml]
1313
pytest-sugar
14-
15-
gitdb

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp