diff --git a/bin/run_tests.py b/bin/run_tests.py index 2b28ec0c..93c23e88 100755 --- a/bin/run_tests.py +++ b/bin/run_tests.py @@ -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'])