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:
@@ -20,7 +20,7 @@ buildPythonPackage {
|
||||
|
||||
unittestFlagsArray = [
|
||||
"-s"
|
||||
"$src/test"
|
||||
"test"
|
||||
"-p"
|
||||
"'*test.py'"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user