diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-05-28 12:10:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-28 12:10:15 +0800 |
commit | 14a5b39875e1f96acb1237323b3b9729c1ef480a (patch) | |
tree | 6eb183f6073743eb6ee72065edde369c422eafbd | |
parent | f0a70c45533254be066a6b62c5ff605c969a3c9a (diff) | |
parent | 509ad8c8bec99d68792ce0fb23a6f897030478be (diff) | |
download | gitpython-14a5b39875e1f96acb1237323b3b9729c1ef480a.tar.gz |
Merge pull request #1449 from whokilleddb/fix_tests
Fixed test-requirements.txt
-rw-r--r-- | test-requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index d0b8f500..6549f0fa 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,3 +14,5 @@ pytest pytest-cov coverage[toml] pytest-sugar + +gitdb |