tox-dev / tox-pipenv

A pipenv plugin for Tox
MIT License
124 stars 30 forks source link

Added support for --ignore-pipfile flag #69

Open gluk-w opened 3 years ago

gluk-w commented 3 years ago

Allow to run pipenv install with --ignore-pipfile flag, which will use Pipfile.lock instead of Pipfile and speedup test execution because dependencies don't need to be resolved.

https://github.com/tox-dev/tox-pipenv/issues/64

qsebas commented 1 year ago

please build and deploy a version with this fix

qsebas commented 1 year ago

it will be helpful if you can build a version a publish it in pypi

thx

gluk-w commented 12 months ago

That would be great if owners finally upload the change to pypi as I do not have any access.

gaborbernat commented 4 months ago

This PR was never merged, so there is nothing to release. Also, the CI needs fixed first, and this seems to target only tox v3 that is no longer supported. So someone would need to handle tox 4 migration too.