diff --git a/testing/test_collection.py b/testing/test_collection.py index 5b60841a1..1b6b3bded 100644 --- a/testing/test_collection.py +++ b/testing/test_collection.py @@ -313,7 +313,7 @@ class TestSession: def test_collect_topdir(self, testdir): p = testdir.makepyfile("def test_func(): pass") id = "::".join([p.basename, "test_func"]) - config = testdir.parseconfig(id) + config = testdir.parseconfigure(id) topdir = testdir.tmpdir rcol = Session(config) assert topdir == rcol.fspath