python3Packages.temporalio: Add NixOS test to passthru.tests

This commit is contained in:
Jonathan Davies
2025-08-24 16:36:59 +00:00
parent 04fa7e2527
commit 097eec3675
@@ -7,6 +7,7 @@
maturin,
nexusrpc,
nix-update-script,
nixosTests,
pythonOlder,
poetry-core,
protobuf5,
@@ -79,7 +80,10 @@ buildPythonPackage rec {
"temporalio.worker"
];
passthru.updateScript = nix-update-script { };
passthru = {
tests = { inherit (nixosTests) temporal; };
updateScript = nix-update-script { };
};
meta = {
description = "Temporal Python SDK";