Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ packages = ["/cosmos"]
[tool.hatch.envs.tests]
dependencies = [
# do not install Airflow dependencies here!
# we need to use constrantis and we're doing this in the `pre-install-commands`
# we need to use constraints and we're doing this in the `pre-install-commands`
"packaging>=22.0",
"pytest>=6.0",
"pytest-split",
Expand Down
Loading