Page MenuHomeSoftware Heritage

Add a test-dependency on types-toml for mypy
AbandonedPublic

Authored by douardda on Feb 24 2022, 3:50 PM.

Details

Reviewers
None
Group Reviewers
Reviewers
Summary

toml is a dependency of pytest<7 but it does not come with the types-toml
package, which is needed for mypy to run ok on python >= 3.9.

Event Timeline

Build is green

Patch application report for D7247 (id=26266)

Rebasing onto 9c9475f769...

Current branch diff-target is up to date.
Changes applied before test
commit a075cf95eb997493e917bc10a8c977f610e69291
Author: David Douard <david.douard@sdfa3.org>
Date:   Thu Feb 24 15:47:23 2022 +0100

    Add a test-dependency on types-toml for mypy
    
    toml is a dependency of pytest<7 but it does not come with the types-toml
    package, which is needed for mypy to run ok on python >= 3.9.

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

Looks to not be necessary in the end. not sure what happened...