nix: disable pythonImportsCheck to avoid Playwright side effects during build
Some checks failed
CI / test (push) Has been cancelled

https://chatgpt.com/share/694ae5ee-de04-800f-9944-9d7deb74f300
This commit is contained in:
Kevin Veen-Birkenbach
2025-12-23 19:56:42 +01:00
parent bac453c435
commit 8162d337b5

View File

@@ -22,7 +22,7 @@
version = "1.0.1"; # keep in sync with pyproject.toml
pyproject = true;
src = self;
pythonImportsCheck = [ ]; # disable import-check phase (prevents Playwright/installer side effects)
nativeBuildInputs = with python.pkgs; [
setuptools
wheel