Remove Request.getfuncargvalue

This commit is contained in:
Bruno Oliveira
2019-06-30 11:02:46 -03:00
parent 4f9bf028f5
commit be91c4d932
5 changed files with 20 additions and 44 deletions

View File

@@ -32,10 +32,6 @@ def test_pytest_custom_cfg_unsupported(testdir):
testdir.runpytest("-c", "custom.cfg")
def test_getfuncargvalue_is_deprecated(request):
pytest.deprecated_call(request.getfuncargvalue, "tmpdir")
@pytest.mark.filterwarnings("default")
def test_resultlog_is_deprecated(testdir):
result = testdir.runpytest("--help")