Poetry + Tox install local packages or git packages #1923
Replies: 1 comment 4 replies
|
You could use commands_pre to install local packages via pip before commands are run 🤔 If these are additional packages besides the one under tests. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This is my current tox config:
The individual commands work in my virtual environment with poetry.
But i use a local package in my development, that is not deployed to pypi.
When i run tox it does not find the local package...
Should I install the local package from my githost? Is this even possible?
I guess for the gitlab-ci worflow i will need this too...
Thanks for any advice!
All reactions