Skip to content

Commit

Permalink
docs: update readme for clarity
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Fiedler <[email protected]>
  • Loading branch information
miketheman committed Jan 28, 2024
1 parent e9899eb commit f8c904d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ tests to ensure network calls are prevented.

## Requirements

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

## Installation

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

```console
$ pip install pytest-socket
pip install pytest-socket
```

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


### Frequently Asked Questions

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

0 comments on commit f8c904d

Please sign in to comment.