mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 06:10:03 +00:00
pre-commit: remove stale test virtualenv
Commit 2c7af95567 removed the editable install which required this
test virtualenv.
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user