14
0

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:
2023-02-13 23:21:38 +00:00
committed by Git OBS Bridge
parent ed3af5b690
commit a97af8bc6f
5 changed files with 22 additions and 63 deletions

View File

@@ -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',