diff --git a/noxfile.py b/noxfile.py index cbb331faf..f9077ea1a 100644 --- a/noxfile.py +++ b/noxfile.py @@ -39,6 +39,8 @@ ) test_dependencies = [ "coverage[toml]", + "duckdb", + "duckdb-engine", "pytest", "pytest-snapshot", "pytest-durations",