# Copyright 2024 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-index-python, ament-pep257, launch, launch-testing, osrf-pycommon, pythonPackages }: buildRosPackage { pname = "ros-iron-launch-pytest"; version = "2.0.4-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/launch-release/archive/release/iron/launch_pytest/2.0.4-1.tar.gz"; name = "2.0.4-1.tar.gz"; sha256 = "12774614c6652fc67b68a01a06ec615c103b8c970bbe51cc48a4ed04bad94f1f"; }; buildType = "ament_python"; checkInputs = [ ament-copyright ament-flake8 ament-pep257 launch ]; propagatedBuildInputs = [ ament-index-python launch launch-testing osrf-pycommon pythonPackages.pytest ]; meta = { description = "A package to create tests which involve launch files and multiple processes."; license = with lib.licenses; [ asl20 ]; }; }