The current implementation of dbt-package-testing is making use of requirements.txt
It would be nice to move from requirements.txt --> pyproject.toml and use, for example, uv as the default and recommended way to install Python packages.
Is this possible? What do you think?
The current implementation of
dbt-package-testingis making use of requirements.txtIt would be nice to move from requirements.txt --> pyproject.toml and use, for example, uv as the default and recommended way to install Python packages.
Is this possible? What do you think?