diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-05-03 16:27:23 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-05-03 16:27:23 +0100 |
commit | 7f0174e6a95ca4c6d7607a287b9ef53c2511b6c5 (patch) | |
tree | 6553981715a29b2e9920b5cb8ce6ee6d308ed27c /noxfile.py | |
parent | f75bbe8b8559fce0538c106b911b1e6be402bea4 (diff) |
fixes for actios
Diffstat (limited to '')
-rw-r--r-- | noxfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |