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
python/elasticsearch: update to 8.16.0
[oi-userland.git]
/
components
/
python
/
WebTest
/
patches
/
01-test-no-pyquery.patch
blob
fa980667a4b1440ae51272cc6653c6ab3320cef2
1
We do not have this test dependency packaged yet.
2
3
--- webtest-3.0.1/setup.py.orig
4
+++ webtest-3.0.1/setup.py
5
@@ -14,7 +14,6 @@
6
tests_require = [
7
'coverage',
8
'PasteDeploy',
9
- 'pyquery',
10
'pytest',
11
'pytest-cov',
12
'WSGIProxy2',