Skip to content

Commit b7bb908

Browse files
committed
fixup: debugging pytest e255
1 parent b4e88e9 commit b7bb908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/maturin-starter/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
def python(session):
66
session.env["MATURIN_PEP517_ARGS"] = "--profile=dev"
77
session.install(".[dev]")
8-
session.run("pytest")
8+
session.run("pytest", "-vvv")

0 commit comments

Comments
 (0)