diff --git a/coconut/tests/main_test.py b/coconut/tests/main_test.py index 4bfa1fe10..7429d46e2 100644 --- a/coconut/tests/main_test.py +++ b/coconut/tests/main_test.py @@ -921,7 +921,8 @@ def test_and(self): def test_incremental(self): run(["--incremental"]) - run(["--incremental", "--force"]) + # includes "Error" because exceptions include the whole file + run(["--incremental", "--force"], check_errors=False) if PY35: def test_no_wrap(self):