Skip to content

Commit

Permalink
Update failure tests README (#5197)
Browse files Browse the repository at this point in the history
* Update failure tests README

I keep finding this page when trying to run failure tests, so updating the README that way:
pypa/pipenv#3363 (comment)

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

Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
  • Loading branch information
SaitTalhaNisanci and hanefi committed Sep 3, 2021
1 parent 6ef2125 commit 4da6b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/regress/mitmscripts/README.md
Expand Up @@ -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
```
Expand Down

0 comments on commit 4da6b7f

Please sign in to comment.