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:
Hynek Schlawack 2023-01-25 12:46:33 +01:00
parent c3a1766798
commit d7eb692ff6
No known key found for this signature in database
GPG Key ID: AE2536227F69F181
1 changed files with 1 additions and 1 deletions

View File

@ -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",