Update failure tests README (#5197)

* Update failure tests README

I keep finding this page when trying to run failure tests, so updating the README that way:
https://github.com/pypa/pipenv/issues/3363#issuecomment-452171564

Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>

Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
pull/5205/head^2
SaitTalhaNisanci 2021-08-26 12:35:06 +03:00 committed by GitHub
parent 7e39c7ea83
commit d50830d4cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Once you've installed it:
```bash
$ cd src/test/regress
$ pipenv --python 3.6
$ pipenv --python 3.6 --python=`which python3.6`
$ pipenv install # there's already a Pipfile.lock in src/test/regress with packages
$ pipenv shell # this enters the virtual environment, putting mitmproxy onto $PATH
```