pre-commit: remove stale test virtualenv

Commit 2c7af95567 removed the editable install which required this
test virtualenv.
This commit is contained in:
Ihar Hrachyshka
2026-08-29 12:45:56 -04:00
parent b855569f91
commit a3cb4dfbf1

View File

@@ -108,13 +108,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
''
+ ''
git init -b master
python -m venv --system-site-packages venv
source "$PWD/venv/bin/activate"
'';
postCheck = ''
deactivate
'';
disabledTests = [