nix: disable pythonImportsCheck to avoid Playwright side effects during build
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
https://chatgpt.com/share/694ae5ee-de04-800f-9944-9d7deb74f300
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
version = "1.0.1"; # keep in sync with pyproject.toml
|
version = "1.0.1"; # keep in sync with pyproject.toml
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
src = self;
|
src = self;
|
||||||
|
pythonImportsCheck = [ ]; # disable import-check phase (prevents Playwright/installer side effects)
|
||||||
nativeBuildInputs = with python.pkgs; [
|
nativeBuildInputs = with python.pkgs; [
|
||||||
setuptools
|
setuptools
|
||||||
wheel
|
wheel
|
||||||
|
|||||||
Reference in New Issue
Block a user