File requests-no-hardcoded-version.patch of Package python-requests
--- 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',