diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index bd67e63292..e766798afc 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -341,7 +341,7 @@ jobs: - *checkout_project_root - attach_workspace: at: . - - run: pip install tox==3.27.1 + - run: pip install uv tox==4.12.1 - run: tox - run: bash <(curl -s https://codecov.io/bash) - store_test_results: diff --git a/integration/common/setup.cfg b/integration/common/setup.cfg index c9f89e7831..949a1c39b8 100644 --- a/integration/common/setup.cfg +++ b/integration/common/setup.cfg @@ -31,8 +31,9 @@ skipsdist = True [testenv] usedevelop = True -install_command = python -m pip install {opts} --find-links target/wheels/ --find-links ../sql/iface-py/target/wheels {packages} -deps = ../../client/python +allowlist_externals = uv +install_command = uv pip install {opts} --find-links target/wheels {packages} +deps = openlineage-python@../../client/python -e .[dev] dbt-1.0: dbt-core>=1.0,<1.3 dbt-1.3: dbt-core>=1.3