Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/conftest.py: Add # type: ignore, add reference to trac ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Mar 27, 2022
1 parent abbb61f commit 9bb72ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bb72ea

Please sign in to comment.