Unverified Commit 097eec36 authored by Jonathan Davies's avatar Jonathan Davies
Browse files

python3Packages.temporalio: Add NixOS test to passthru.tests

parent 04fa7e25
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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";