pipenv --support is broken for fresh dev install #3095
Labels
Type: Bug 🐛
This issue is a bug.
Type: Regression
This issue is a regression of a previous behavior.
Type: Vendored Dependencies
This issue affects vendored dependencies within pipenv.
Issue description
Trying to run a fresh dev install and pipenv seemed to install fine.
I tried to run the unit tests with
after removing
-n auto
from pytest.ini, the tests run and i see one test fail forI try and run
and I see the error below
Expected result
pipenv --support
not to return an errorActual result
Steps to replicate
Provide the steps to replicate (which usually at least includes the commands and the Pipfile).
The text was updated successfully, but these errors were encountered: