Rename `pythonpath plugin to python_path`

Fix #9636.
This commit is contained in:
Ran Benita
2022-02-09 09:58:38 +02:00
parent 04a6f52d67
commit 01e1de7a1a
5 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1275,7 +1275,7 @@ def test_load_initial_conftest_last_ordering(_config_for_test):
("_pytest.config", "nonwrapper"),
(m.__module__, "nonwrapper"),
("_pytest.legacypath", "nonwrapper"),
("_pytest.pythonpath", "nonwrapper"),
("_pytest.python_path", "nonwrapper"),
("_pytest.capture", "wrapper"),
("_pytest.warnings", "wrapper"),
]