mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-03 13:23:00 +00:00
Run python tests without capturing stderr/stdout
... so that we can see backtraces
This commit is contained in:
parent
33a1d07226
commit
fb76502cf4
1 changed files with 1 additions and 1 deletions
|
|
@ -7,4 +7,4 @@ import nox
|
||||||
def python(session: nox.Session):
|
def python(session: nox.Session):
|
||||||
session.env["MATURIN_PEP517_ARGS"] = "--profile=dev"
|
session.env["MATURIN_PEP517_ARGS"] = "--profile=dev"
|
||||||
session.install(".[dev]")
|
session.install(".[dev]")
|
||||||
session.run("pytest")
|
session.run("pytest", "-s")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue