python/elasticsearch: update to 8.16.0
[oi-userland.git] / components / python / WebTest / patches / 01-test-no-pyquery.patch
blobfa980667a4b1440ae51272cc6653c6ab3320cef2
1 We do not have this test dependency packaged yet.
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',