diff --git a/tests/test_constraints.py b/tests/test_constraints.py index 63ba8d38..3739c439 100644 --- a/tests/test_constraints.py +++ b/tests/test_constraints.py @@ -19,7 +19,7 @@ def _verify_mypy(path): - stdout, stderr, return_code = api.run([path]) + stdout, stderr, return_code = api.run(["--disable-error-code=override", path]) if stdout: print(stdout) assert "no issues found in 1 source file" in stdout