Skip to content

Commit

Permalink
[IMP]: Add pytest-mpl
Browse files Browse the repository at this point in the history
[IMP]: Add pytest-mpl
  • Loading branch information
bosd committed Aug 21, 2024
1 parent 2dc37da commit 97ca944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def tests(session: Session) -> None:
session.install(".")

session.install(
"coverage[toml]", "pytest", "pygments", *base_requires, *plot_requires
"coverage[toml]", "pytest", "pytest-mpl", "pygments", *base_requires, *plot_requires
)
try:
session.run("coverage", "run", "--parallel", "-m", "pytest", *session.posargs)
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ pep8-naming = ">=0.12.1"
pre-commit = ">=2.16.0"
pre-commit-hooks = ">=4.1.0"
pytest = ">=6.2.5"
pytest-mpl = ">=0.17.0"
pyupgrade = ">=2.29.1"
safety = ">=2.2.3"
sphinx = ">=4.3.2"
Expand Down

0 comments on commit 97ca944

Please sign in to comment.