Skip to content

Commit f8c904d

Browse files
committed
docs: update readme for clarity
Signed-off-by: Mike Fiedler <[email protected]>
1 parent e9899eb commit f8c904d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ tests to ensure network calls are prevented.
1919

2020
## Requirements
2121

22-
- [Pytest](https://github.com/pytest-dev/pytest) 3.6.3 or greater
22+
- [Pytest](https://github.com/pytest-dev/pytest) 6.2.5 or greater
2323

2424
## Installation
2525

2626
You can install `pytest-socket` via [pip](https://pypi.python.org/pypi/pip/)
2727
from [PyPI](https://pypi.python.org/pypi):
2828

2929
```console
30-
$ pip install pytest-socket
30+
pip install pytest-socket
3131
```
3232

3333
or add to your `pyproject.toml` for [poetry](https://python-poetry.org/):
@@ -104,7 +104,6 @@ or for whole test run
104104
addopts = --allow-hosts=127.0.0.1,127.0.1.1
105105
```
106106

107-
108107
### Frequently Asked Questions
109108

110109
Q: Why is network access disabled in some of my tests but not others?

0 commit comments

Comments
 (0)