forked from pool/python-requests
- Don't upper limit version of charset_normalizer required. OBS-URL: https://build.opensuse.org/request/show/1065612 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=169
16 lines
281 B
Diff
16 lines
281 B
Diff
---
|
|
setup.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -50,7 +50,7 @@ requires = [
|
|
|
|
]
|
|
test_requirements = [
|
|
- 'pytest-httpbin==0.0.7',
|
|
+ 'pytest-httpbin>=0.0.7',
|
|
'pytest-cov',
|
|
'pytest-mock',
|
|
'pytest-xdist',
|