File tree 1 file changed +2
-3
lines changed 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ tests to ensure network calls are prevented.
19
19
20
20
## Requirements
21
21
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
23
23
24
24
## Installation
25
25
26
26
You can install ` pytest-socket ` via [ pip] ( https://pypi.python.org/pypi/pip/ )
27
27
from [ PyPI] ( https://pypi.python.org/pypi ) :
28
28
29
29
``` console
30
- $ pip install pytest-socket
30
+ pip install pytest-socket
31
31
```
32
32
33
33
or add to your ` pyproject.toml ` for [ poetry] ( https://python-poetry.org/ ) :
@@ -104,7 +104,6 @@ or for whole test run
104
104
addopts = --allow-hosts =127.0.0.1,127.0.1.1
105
105
```
106
106
107
-
108
107
### Frequently Asked Questions
109
108
110
109
Q: Why is network access disabled in some of my tests but not others?
You can’t perform that action at this time.
0 commit comments