pytest2/src
Ran Benita 866904ab80 Revert "Let context-managers for raises and warns handle unknown keyword arguments"
This reverts commit dfe54cd82f.

The idea in the commit was to simplify the code by removing the check
and instead letting it TypeError which has the same effect.

However this type error is caught by mypy, and rather than ignoring the
error we think it's better and clearer to go back to the previous
explicit check.
2019-07-14 14:28:21 +03:00
..
_pytest Revert "Let context-managers for raises and warns handle unknown keyword arguments" 2019-07-14 14:28:21 +03:00
pytest.py Remove 'RemovedInPytest4Warning' 2019-06-30 13:31:39 -03:00