Skip to content

Commit

Permalink
Dependencies: Pin versions for testing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 21, 2024
1 parent 55d633c commit d0c6281
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ path = "dbt/adapters/cratedb/__version__.py"
[tool.hatch.envs.default]
dependencies = [
"dbt-tests-adapter<1.11",
"pre-commit==3.7.0",
"freezegun",
"pytest",
"pytest-dotenv",
"pytest-mock",
"pytest-xdist",
"freezegun<2",
"pre-commit<5",
"pytest<9",
"pytest-dotenv<0.6",
"pytest-mock<4",
"pytest-xdist<4",
]
[tool.hatch.envs.default.env-vars]
DBT_TEST_USER_1 = "dbt_test_user_1"
Expand Down

0 comments on commit d0c6281

Please sign in to comment.