From 9bb72ea9ec314940f3c874d492de241fdec96548 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Sun, 27 Mar 2022 09:31:36 -0700 Subject: [PATCH] src/conftest.py: Add # type: ignore, add reference to trac ticket --- src/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conftest.py b/src/conftest.py index 91a6c31e17a..96d06aa2c04 100644 --- a/src/conftest.py +++ b/src/conftest.py @@ -12,7 +12,7 @@ from typing import Any import pytest -import sage.all # to avoid cyclic import errors +import sage.all # type: ignore # to avoid cyclic import errors, see Trac #33580 # Ignore a few test files that are (not yet) using pytest