Remove debugging flags

This commit is contained in:
Joe Rickerby
2020-06-02 20:02:54 +01:00
parent d9a317c370
commit 35ea7b6307
+1 -1
View File
@@ -12,4 +12,4 @@ if __name__ == '__main__':
subprocess.check_call([sys.executable, '-m', 'pytest', 'unit_test'])
# run the integration tests
subprocess.check_call([sys.executable, '-m', 'pytest', '-x', '--durations', '0', 'test', '-vv'])
subprocess.check_call([sys.executable, '-m', 'pytest', '-x', '--durations', '0', 'test'])