python3Packages.vapoursynth: remove useless $src from unittestFlagsArray

Avoids the use of bash eval in unittestFlagsArray, which we want to
remove.
This commit is contained in:
Wolfgang Walther
2024-11-12 21:09:44 +01:00
parent 0032be6d42
commit 5ea3790cbe
@@ -20,7 +20,7 @@ buildPythonPackage {
unittestFlagsArray = [
"-s"
"$src/test"
"test"
"-p"
"'*test.py'"
];