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
Differential D7742
requirements: Remove dependency versions pinning anlambert on May 5 2022, 11:08 AM. Authored by Tags None Subscribers None
Details
Dependencies should be pinned only when required to avoid issues in See errors in log files from that jenkins build. Depends on D7741
Diff Detail
Event TimelineComment Actions 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 testcommit 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. |