Looks like we need to pin pytest in all swh packages for the tox
builds to succeed.
Details
Details
- Reviewers
vlorentz - Group Reviewers
Reviewers - Maniphest Tasks
- T3916: Pin test requirements pytest < 7.0
- Commits
- rDWAPPS3f465b3025f1: requirements-test: Pin pytest to < 7.0.0
Diff Detail
Diff Detail
- Repository
- rDWAPPS Web applications
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 26528 Build 41487: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 41486: arc lint + arc unit
Event Timeline
Comment Actions
Build is green
Patch application report for D7083 (id=25699)
Rebasing onto ac247f0869...
Current branch diff-target is up to date.
Changes applied before test
commit 3f465b3025f1ec944b556205f517dcc20ab1d8a6 Author: Antoine Lambert <anlambert@softwareheritage.org> Date: Fri Feb 4 13:37:45 2022 +0100 requirements-test: Pin pytest to < 7.0.0 pytest v7.0.0 removed _pytest.tmpdir.TempdirFactory, which is used by some of the pytest plugins we use.
See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1329/ for more details.