python3Packages.psutil: use placeholder "out" instead of $out (#354785)

This commit is contained in:
Emily
2024-11-13 21:06:49 +00:00
committed by GitHub
@@ -49,7 +49,7 @@ buildPythonPackage rec {
# - the other disabled tests are likely due to sanboxing (missing specific errors)
pytestFlagsArray = [
# Note: $out must be referenced as test import paths are relative
"$out/${python.sitePackages}/psutil/tests/test_system.py"
"${placeholder "out"}/${python.sitePackages}/psutil/tests/test_system.py"
];
disabledTests = [