Skip to content

Commit a3929be

Browse files
committed
Sync w/ integration tests
1 parent 6f471f1 commit a3929be

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

sqlglot-integration-tests

sqlglotc/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Homepage = "https://sqlglot.com/"
1414
Repository = "https://github.com/tobymao/sqlglot"
1515

1616
[build-system]
17-
requires = ["setuptools >= 61.0", "setuptools_scm", "sqlglot-mypy>=1.19.1.post1"]
17+
requires = ["setuptools >= 61.0", "setuptools_scm", "sqlglot-mypy>=1.19.1.post1", "types-python-dateutil"]
1818
build-backend = "setuptools.build_meta"
1919

2020
[tool.setuptools]
@@ -31,3 +31,4 @@ mypy_path = [".", ".."]
3131

3232
[[tool.mypy.overrides]]
3333
module = "sqlglot._version"
34+
ignore_missing_imports = true

0 commit comments

Comments
 (0)