--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -36,7 +36,6 @@ def install_required_packages():
     print(f'{__file__}:install_required_packages)(): Running: {command}', flush=1)
     subprocess.run(command, shell=1, check=1)
 
-install_required_packages()
 
 
 @pytest.fixture(scope="session", autouse=True)
