mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
Update requirements_dev.txt
Lets try to pin pytest mock before the breaking change.. The tests still needs to fixed as mocker patch dont really work.
This commit is contained in:
parent
2d1976d6c0
commit
bf6b3d3b9b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ pillow
|
|||
pytest
|
||||
pytest-cache
|
||||
pytest-cov
|
||||
pytest-mock
|
||||
pytest-mock<=1.11.2
|
||||
recommonmark
|
||||
requests
|
||||
sphinx
|
||||
|
|
Loading…
Reference in a new issue