Remove deprecated _fillfuncargs function

This commit is contained in:
Ran Benita
2021-12-07 21:56:46 +02:00
parent 4d7a962ca0
commit 0b0e2d2dbb
9 changed files with 8 additions and 158 deletions

View File

@@ -103,10 +103,6 @@ def test_getfuncargnames_staticmethod_partial():
@pytest.mark.pytester_example_path("fixtures/fill_fixtures")
class TestFillFixtures:
def test_fillfuncargs_exposed(self):
# used by oejskit, kept for compatibility
assert pytest._fillfuncargs == fixtures._fillfuncargs
def test_funcarg_lookupfails(self, pytester: Pytester) -> None:
pytester.copy_example()
result = pytester.runpytest() # "--collect-only")