Skip to content

Commit e0a92e2

Browse files
DOC: Remove references to tox from docs (#2720)
1 parent a512408 commit e0a92e2

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

docs/dev/testing.md

-20
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,6 @@ You can even disable all of them: `pytest -m "not enable_socket" -m "not samples
1919

2020
Please note that this reduces test coverage. The CI will always test all files.
2121

22-
## Creating a Coverage Report
23-
24-
If you want to get a coverage report that considers the Python version specific
25-
code, you can run [`tox`](https://tox.wiki/en/latest/).
26-
27-
As a prerequisite, we recommend using [`pyenv`](https://github.com/pyenv/pyenv)
28-
so that you can install the different Python versions:
29-
30-
```
31-
pyenv install pypy3.8-7.3.7
32-
pyenv install 3.7.15
33-
pyenv install 3.8.12
34-
pyenv install 3.9.10
35-
pyenv install 3.10.2
36-
```
37-
38-
Then you can execute `tox` which will create a coverage report in HTML form
39-
in the end. The execution takes about 30 minutes.
40-
41-
4222
## Docstrings in Unit tests
4323

4424
The first line of a docstring in a unit test should be written in a way that

0 commit comments

Comments
 (0)