Skip to content

Commit

Permalink
test: fix broken test because of missing attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Oct 8, 2023
1 parent b557825 commit 95d613e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def test(session):
)
session.env["TOP"] = str(Path(__file__).parent)
args = [] if session.posargs else ["-n", "auto", "-v"]
session.install("attrs") # some bug with pytest-subtests

session.run("pytest", *args, "tests", *session.posargs)

Expand Down

0 comments on commit 95d613e

Please sign in to comment.