repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git]
/
components
/
python
/
GitPython
/
patches
/
01-test-requirements.patch
blob
085eb8240f445a1daef7b6195680cbb3b4dc94ec
1
Not needed to run tests.
2
3
--- GitPython-3.1.43/test-requirements.txt.orig
4
+++ GitPython-3.1.43/test-requirements.txt
5
@@ -5,7 +5,5 @@
6
pre-commit
7
pytest >= 7.3.1
8
pytest-cov
9
-pytest-instafail
10
pytest-mock
11
-pytest-sugar
12
typing-extensions ; python_version < "3.11"