Closed rplevka closed 5 years ago
Hi Roman! Thx a lot for such catch! For me such restriction in pytest looks a little bit strange - but i thinks guys from pytest-mock know what they do ... Anyway - I have added related changes to tests and setup.py - now all should works fine.
Please check.
Can be closed
this commit disallows to use the mocker as a context manager and since
setup.py
does not restrict thepytest-mock
version it uses1.11.2
and fails the tests.