From 7f0174e6a95ca4c6d7607a287b9ef53c2511b6c5 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 3 May 2021 16:27:23 +0100 Subject: fixes for actios --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'noxfile.py') diff --git a/noxfile.py b/noxfile.py index cf6d785..98e65d2 100644 --- a/noxfile.py +++ b/noxfile.py @@ -7,4 +7,4 @@ import nox def tests(session): session.run("pip", "install", "-r", "requirements.txt", external=True) session.run("pip", "install", "-r", "requirements_dev.txt", external=True) - session.run("pytest -q") + session.run("pytest", "-q", "--show-capture=no", external=True) -- cgit v1.2.3