Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit 3fd03a0

Browse files
author
Thiago C. D'Ávila
authored
Merge pull request #103 from staticdev/pygments
Add pygments to tests session
2 parents 8be0aa6 + f8fe480 commit 3fd03a0

3 files changed

Lines changed: 80 additions & 69 deletions

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def mypy(session: Session) -> None:
142142
def tests(session: Session) -> None:
143143
"""Run the test suite."""
144144
install_package(session)
145-
install(session, "coverage[toml]", "pytest", "pytest_mock")
145+
install(session, "coverage[toml]", "pygments", "pytest", "pytest_mock")
146146
try:
147147
session.run("coverage", "run", "--parallel", "-m", "pytest", *session.posargs)
148148
finally:

0 commit comments

Comments
 (0)