Commit 4e2a3f18 authored by Fabian Affolter's avatar Fabian Affolter Committed by Philipp Arras
Browse files

python313Packages.locust-cloud: add pythonImportsCheck

parent 02c3f819
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  configargparse,
  fetchFromGitHub,
  gevent,
  hatch-vcs,
  hatchling,
  lib,
  platformdirs,
  python-engineio,
  python-socketio,
@@ -40,6 +40,8 @@ buildPythonPackage rec {
    tomli
  ];

  pythonImportsCheck = [ "locust_cloud" ];

  meta = {
    description = "Hosted version of Locust to run distributed load tests";
    homepage = "https://github.com/locustcloud/locust-cloud";