Skip to content

Commit

Permalink
Use uv instead of pip in openlineage-common tests. (OpenLineage#2514)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Dardzinski <kuba0221@gmail.com>
  • Loading branch information
JDarDagran authored and fafnirZ committed Jul 3, 2024
1 parent 0e54c2c commit 52b0e74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 3 additions & 2 deletions integration/common/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52b0e74

Please sign in to comment.