mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
5b3c55d85d
* Check at the end of install if the failed dependency queue is empty or not and exit with error when there are still failed dependencies. * Address PR feedback about crayons. * Fix windows tests that fail because of showing the progress bar, but only local -- CI still breaks. * Skip these tests on the windows CI for now. Created https://github.com/pypa/pipenv/issues/5064 to track