Closes T1476
Details
Details
Diff Detail
Diff Detail
- Repository
- rDARC Software Heritage Archiver
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DARC/job/tox/22/
See console output for more information: https://jenkins.softwareheritage.org/job/DARC/job/tox/22/console
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DARC/job/tox/27/ for more details.
Comment Actions
Uses of tempfile.mkdtemp can now be replaced with with tempfile.TemporaryDirectory; that will spare a try...finally.
Comment Actions
I know, but I'm not sure I prefer this since we do need the try/finally to restore the parse_config_file methods. Let's keep it as is for now and refactor it if some more work is needed on these tests.