rucio / containers

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

Dependencies: Temporarily accept either requirements.txt and requirements.dev.txt in the dev container #324

Closed rdimaio closed 3 weeks ago

rdimaio commented 3 weeks ago

As part of https://github.com/rucio/rucio/issues/6750, we split requirements.txt in rucio/rucio into separate requirements files, depending on the application. We are keeping this change unreleased until the next major Rucio release.

Until then, integration tests on rucio/rucio:master will use the new requirements.dev.txt file, while the ones on rucio/rucio:release-34 will use the old requirements.txt file.

This commit is a temporary fix which will be removed after the next major release. This issue will remain open until then: https://github.com/rucio/containers/issues/323