Skip to content

Commit 6124781

Browse files
committed
Remove pipenv from extra_tests/README.md
1 parent 760bda6 commit 6124781

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

extra_tests/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ directory contains snippets for use in benchmarking RustPython's performance.
66

77
## Setup
88

9-
Our testing depends on [pytest](https://pytest.org), which you can either
10-
install globally using pip or locally using our
11-
[pipenv](https://docs.pipenv.org).
9+
Our testing depends on [pytest](https://pytest.org), which you can install
10+
using pip.
1211

1312
## Running
1413

15-
Simply run `pytest` in this directory, and the tests should run (and hopefully
14+
Simply run `pytest -v` in this directory, and the tests should run (and hopefully
1615
pass). If it hangs for a long time, that's because it's building RustPython in
1716
release mode, which should take less time than it would to run every test
1817
snippet with RustPython compiled in debug mode.

0 commit comments

Comments
 (0)