Poetry + Tox install local packages or git packages #1923
Unanswered
incoggnito
asked this question in
Q&A
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. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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!
Beta Was this translation helpful? Give feedback.
All reactions