Replies: 2 comments 2 replies
-
Can you post your configuration and output so we can understand what you're trying to do and what's happening? |
Beta Was this translation helpful? Give feedback.
2 replies
-
So you can set the install command? I'll find where.
…On Sat, Nov 6, 2021 at 7:21 PM Bernát Gábor ***@***.***> wrote:
But when I run tox, it insists on downloading the released version of the
package.
This because you specify that dependency as install requires dependency.
If you want to make it development dependency you'd need to install that
package in dev mode via -e path/to/local/source (while removing the
install requires format). tox is only doing what you asked it to do.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2269 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAYFXWSQU35DFIZ6TCPVVD3UKWZ6BANCNFSM5HPVBDHQ>
.
|
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
When I run tox in my development directory, it insists on installing the version of my package from pypi.org. The PyPI version is, of course, the old code, and it doesn't match the current tests.
How do I get tox to run with the code under development?
Ray
Beta Was this translation helpful? Give feedback.
All reactions