From 7d983cdf8c720a86490744718bcc342d95b1fcba Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Fri, 17 Jul 2020 09:39:22 +0100 Subject: [PATCH] Reenable all tests --- bin/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run_tests.py b/bin/run_tests.py index 316f9a54..17f06aa5 100755 --- a/bin/run_tests.py +++ b/bin/run_tests.py @@ -17,4 +17,4 @@ if __name__ == '__main__': subprocess.check_call(unit_test_args) # run the integration tests - subprocess.check_call([sys.executable, '-m', 'pytest', '-x', '--durations', '0', 'test', '-k', 'overridden']) + subprocess.check_call([sys.executable, '-m', 'pytest', '-x', '--durations', '0', 'test'])