forked from pool/python-requests
update to 2.28.1 Note that module now requires Python 3.7+ and thus Leap is not supported anymore. OBS-URL: https://build.opensuse.org/request/show/986269 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=158
13 lines
390 B
Diff
13 lines
390 B
Diff
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",
|
|
]
|
|
test_requirements = [
|
|
- "pytest-httpbin==0.0.7",
|
|
+ "pytest-httpbin>=0.0.7",
|
|
"pytest-cov",
|
|
"pytest-mock",
|
|
"pytest-xdist",
|