Ensure we have a toml-enable coverage
Currently tomli is pulled in by other packages but that might change in the future.
This commit is contained in:
parent
c3a1766798
commit
d7eb692ff6
|
@ -51,7 +51,7 @@ tests = ["attrs[tests-no-zope]", "zope.interface"]
|
|||
cov = [
|
||||
"attrs[tests]",
|
||||
# Ensure coverage is new enough for `source_pkgs`.
|
||||
"coverage>=5.3",
|
||||
"coverage[toml]>=5.3",
|
||||
]
|
||||
docs = [
|
||||
"furo",
|
||||
|
|
Loading…
Reference in New Issue