python3Packages.av: remove unnecessary env variable

This commit is contained in:
Gaetan Lepage
2025-09-05 14:27:07 +02:00
parent b285f888eb
commit 5230750e74
@@ -44,12 +44,6 @@ buildPythonPackage rec {
buildInputs = [ ffmpeg-headless ];
env = {
# If not, setup.py fails with:
# ValueError: You are not using a virtual environment
GITHUB_ACTIONS = "true";
};
preCheck =
let
# Update with `./update-test-samples.bash` if necessary.