@@ -63,7 +63,7 @@ def create_namespace(package):
6363
6464
6565def test_installed_module_paths (
66- modules_tmp_path , modules_tmp_path_prefix , purge_module , site_packages , limit_loader
66+ modules_tmp_path , modules_tmp_path_prefix , purge_module , site_packages
6767):
6868 (site_packages / "site_app.py" ).write_text (
6969 "import flask\n app = flask.Flask(__name__)\n "
@@ -78,7 +78,7 @@ def test_installed_module_paths(
7878
7979
8080def test_installed_package_paths (
81- limit_loader , modules_tmp_path , modules_tmp_path_prefix , purge_module , monkeypatch
81+ modules_tmp_path , modules_tmp_path_prefix , purge_module , monkeypatch
8282):
8383 installed_path = modules_tmp_path / "path"
8484 installed_path .mkdir ()
@@ -97,7 +97,7 @@ def test_installed_package_paths(
9797
9898
9999def test_prefix_package_paths (
100- limit_loader , modules_tmp_path , modules_tmp_path_prefix , purge_module , site_packages
100+ modules_tmp_path , modules_tmp_path_prefix , purge_module , site_packages
101101):
102102 app = site_packages / "site_package"
103103 app .mkdir ()
0 commit comments