Open gluk-w opened 3 years ago
please build and deploy a version with this fix
it will be helpful if you can build a version a publish it in pypi
thx
That would be great if owners finally upload the change to pypi as I do not have any access.
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.
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