From 0c4da194785170f4fcc0e194c8171ddb33955448 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 5 Jan 2026 23:37:12 +0000 Subject: [PATCH] python3Packages.atopile: add versionCheckHook --- pkgs/development/python-modules/atopile/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/atopile/default.nix b/pkgs/development/python-modules/atopile/default.nix index 0fe4b0fac024..8ad93b94559b 100644 --- a/pkgs/development/python-modules/atopile/default.nix +++ b/pkgs/development/python-modules/atopile/default.nix @@ -58,6 +58,7 @@ pytest-xdist, hypothesis, writableTmpDirAsHomeHook, + versionCheckHook, }: buildPythonPackage rec { @@ -143,7 +144,9 @@ buildPythonPackage rec { pytest-datafiles pytest-timeout hypothesis + versionCheckHook ]; + versionCheckProgramArg = "--version"; preCheck = '' # do not report worker logs to filee