We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9915d6 commit 4712e10Copy full SHA for 4712e10
graphene_sqlalchemy/tests/conftest.py
@@ -3,13 +3,6 @@
3
from sqlalchemy import create_engine
4
from sqlalchemy.orm import sessionmaker
5
6
-# fmt: off
7
-# Fixme remove when https://github.com/kvesteri/sqlalchemy-utils/pull/644 is released #noqa
8
-import sqlalchemy # noqa # isort:skip
9
-if sqlalchemy.__version__ == "2.0.0b3": # noqa # isort:skip
10
- sqlalchemy.__version__ = "2.0.0" # noqa # isort:skip
11
-# fmt: on
12
-
13
import graphene
14
from graphene_sqlalchemy.utils import SQL_VERSION_HIGHER_EQUAL_THAN_1_4
15
0 commit comments