forked from pool/python-requests
* Added support for NETRC environment variable. (#5643) * Requests now supports urllib3 v1.26. * Requests v2.25.x will be the last release series with support for Python 3.5. - refreshed requests-no-hardcoded-version.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=144
14 lines
342 B
Diff
14 lines
342 B
Diff
Index: requests-2.25.0/setup.py
|
|
===================================================================
|
|
--- requests-2.25.0.orig/setup.py
|
|
+++ requests-2.25.0/setup.py
|
|
@@ -49,7 +49,7 @@ requires = [
|
|
|
|
]
|
|
test_requirements = [
|
|
- 'pytest-httpbin==0.0.7',
|
|
+ 'pytest-httpbin>=0.0.7',
|
|
'pytest-cov',
|
|
'pytest-mock',
|
|
'pytest-xdist',
|