Skip to content

Conversation

stsewd
Copy link
Member

@stsewd stsewd commented Dec 12, 2024

No description provided.

@humitos
Copy link
Member

humitos commented Feb 24, 2025

We've migrated our Docker environment to uv already. It would be good to recover this work so we use uv when running tests with tox as well.

```
/usr/bin/sh -c '  cat /home/circleci/project/requirements/testing.txt | grep -v "Sphinx" > /home/circleci/project/requirements/embedapi.txt;  uv pip sync /home/circleci/project/requirements/embedapi.txt; uv pip install $*;' -- --exists-action w .tox/.tmp/package/1/readthedocs-12.0.5.zip
```

Something is passing `--exists-action w` for some reason and it fails.
@ericholscher
Copy link
Member

I'd like to see us move forward with this as well -- is it missing anything?

@humitos
Copy link
Member

humitos commented Jun 25, 2025

There is this never ending issue that I fixed in a few places already,

ModuleNotFoundError: No module named 'pkg_resources'

but I don't know why it still happens on embed API tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants