Skip to content

Commit 53ec8cb

Browse files
committed
CONTRIBUTING: add uv sync --refresh hint in case of issues with tox-uv
1 parent 533ece6 commit 53ec8cb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ Some packages may require additional system-wide dependencies to be installed. F
122122

123123
For `docs` building, you may need to install `mysql-client` and other required dependencies as necessary. Ensure the Python version used in your local setup matches the version used in the [CI](./.github/workflows/) to maintain compatibility when building the documentation.
124124

125+
If you are using `tox-uv` for tests and have issues with resolving OpenTelemetry dependencies try:
126+
127+
```sh
128+
uv sync --refresh
129+
```
130+
125131
### Benchmarks
126132

127133
Some packages have benchmark tests. To run them, run `tox -f benchmark`. Benchmark tests use `pytest-benchmark` and they output a table with results to the console.

0 commit comments

Comments
 (0)