this is to avoid warnings generated by SQLAlchemy's test
config
Change-Id: I91026a4bbd36eead3856e9394dc7c1d85b703e47
[tool.black]
line-length = 79
+[tool.pytest.ini_options]
+addopts = "--tb native -v -r sfxX -p no:warnings -p no:logging --maxfail=100"
+python_files = "tests/test_*.py"
+markers = [
+ "backend: tests that should run on all backends; typically dialect-sensitive",
+ "mypy: mypy integration / plugin tests (not used by Alembic currently)",
+]
+
+
+
[tool.mypy]
exclude = [
oracle=oracle://scott:tiger@127.0.0.1:1521
oracle8=oracle://scott:tiger@127.0.0.1:1521/?use_ansi=0
-[alembic]
-[tool:pytest]
-addopts= --tb native -v -r sfxX -p no:warnings -p no:logging --maxfail=100
-python_files=tests/test_*.py
-markers =
- backend: tests that should run on all backends; typically dialect-sensitive