rucio / containers

Containers for Rucio
Apache License 2.0
8 stars 54 forks source link

pin requests version for py2 fts-rest-client in dev container #210

Closed maany closed 1 year ago

maany commented 1 year ago

Integration tests for 1.26 releases fail: https://github.com/rucio/rucio/actions/runs/3461834194/jobs/5779940105

==========================
    Unsupported Python version

The integration tests for 1.26 releases fail with the following error
==========================
    This version of Requests requires at least Python 3.7, but
    you're trying to install it on Python 2.7. To resolve this,
    consider upgrading to a supported Python version.

    If you can't upgrade your Python version, you'll need to
    pin to an older version of Requests (<2.28).

This commit pins the version of the requests package needed by the python2 dependencies (fts-rest-client)