diff options
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 63e681e31..fcf339c92 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -103,11 +103,6 @@ fn repl_test() { } #[test] -fn setup_test() { - util::run_python_script("tools/setup_test.py") -} - -#[test] fn target_test() { util::run_python_script("tools/target_test.py") } |