forked from pool/python-requests
Accepting request 1065612 from home:dirkmueller:acdc
- 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
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
diff -ur requests-2.28.1.orig/setup.py requests-2.28.1/setup.py
|
||||
--- requests-2.28.1.orig/setup.py 2022-06-29 17:09:45.000000000 +0200
|
||||
+++ requests-2.28.1/setup.py 2022-06-29 21:15:48.428104387 +0200
|
||||
@@ -65,7 +65,7 @@
|
||||
"certifi>=2017.4.17",
|
||||
---
|
||||
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",
|
||||
- 'pytest-httpbin==0.0.7',
|
||||
+ 'pytest-httpbin>=0.0.7',
|
||||
'pytest-cov',
|
||||
'pytest-mock',
|
||||
'pytest-xdist',
|
||||
|
Reference in New Issue
Block a user