Skip to content

Commit cf27ec3

Browse files
Require pytest-benchmark for nox tests run
1 parent bd8e136 commit cf27ec3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

noxfile.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@ def tests(session: Session) -> None:
149149
)
150150

151151
# install relevant tooling
152-
session.install("coverage[toml]", "pytest", "pygments", "pytest-check")
152+
session.install(
153+
"coverage[toml]", "pytest", "pygments", "pytest-check", "pytest-benchmark"
154+
)
153155

154156
try:
155157
session.run(

0 commit comments

Comments
 (0)