Skip to content

Commit 0b4b2f5

Browse files
committed
tests: Add pygments to tests dependencies
1 parent 8150903 commit 0b4b2f5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Funding = "https://github.com/sponsors/mkdocstrings"
4040
[project.entry-points."mkdocs.plugins"]
4141
mkdocstrings = "mkdocstrings.plugin:MkdocstringsPlugin"
4242

43+
44+
[project.optional-dependencies]
4345
[tool.pdm]
4446
package-dir = "src"
4547

@@ -78,6 +80,7 @@ quality = [
7880
"wps-light~=0.15",
7981
]
8082
tests = [
83+
"pygments~=2.10", # python 3.6
8184
"pytest~=6.2",
8285
"pytest-cov~=2.11",
8386
"pytest-randomly~=3.6",

0 commit comments

Comments
 (0)