Page MenuHomeSoftware Heritage

requirements: Remove dependency versions pinning
ClosedPublic

Authored by anlambert on May 5 2022, 11:08 AM.

Details

Summary

Dependencies should be pinned only when required to avoid issues in
other swh modules when installing full swh environment.

See errors in log files from that jenkins build.

Depends on D7741

Diff Detail

Repository
rDGQL GraphQL API
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Build is green

Patch application report for D7742 (id=27996)

Could not rebase; Attempt merge onto 4a86cd5414...

Updating 4a86cd5..a9f740b
Fast-forward
 .pre-commit-config.yaml |  6 ++----
 requirements-test.txt   |  2 +-
 requirements.txt        | 16 ++++++++--------
 setup.cfg               |  4 +++-
 tox.ini                 |  7 ++++---
 5 files changed, 18 insertions(+), 17 deletions(-)
Changes applied before test
commit a9f740b44f288e0228993bb39e8b118e4b6d4d61
Author: Antoine Lambert <anlambert@softwareheritage.org>
Date:   Thu May 5 10:57:29 2022 +0200

    requirements: Remove dependency versions pinning
    
    Dependencies should be pinned only when required to avoid issues in
    other swh modules when installing full swh environment.

commit d0ca1408365b41432493f8fd2659687a58620ef6
Author: Antoine Lambert <anlambert@softwareheritage.org>
Date:   Thu May 5 10:57:10 2022 +0200

    flake8, pre-commit, tox: Align configuration with other swh modules

See https://jenkins.softwareheritage.org/job/DGQL/job/tests-on-diff/2/ for more details.

anlambert edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.May 5 2022, 11:18 AM