aboutsummaryrefslogtreecommitdiff
path: root/noxfile.py
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2021-05-03 16:27:23 +0100
committerMatthew Lemon <matt@matthewlemon.com>2021-05-03 16:27:23 +0100
commit7f0174e6a95ca4c6d7607a287b9ef53c2511b6c5 (patch)
tree6553981715a29b2e9920b5cb8ce6ee6d308ed27c /noxfile.py
parentfixed incorrect bcompiler-engine version dependency (diff)
fixes for actios
Diffstat (limited to 'noxfile.py')
-rw-r--r--noxfile.py2
1 files changed, 1 insertions, 1 deletions
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)