mirror of
https://github.com/wentasah/ros2nix.git
synced 2025-06-09 15:52:23 +03:00
Add initial version of test suite
This commit is contained in:
parent
b2de70cc66
commit
70a0703a0e
3 changed files with 72 additions and 0 deletions
|
@ -97,9 +97,15 @@
|
|||
];
|
||||
packages = [
|
||||
pkgs.bashInteractive
|
||||
(pkgs.bats.withLibraries (p: [
|
||||
p.bats-support
|
||||
p.bats-assert
|
||||
p.bats-file
|
||||
]))
|
||||
pkgs.python3Packages.flake8
|
||||
pkgs.python3Packages.flake8-bugbear
|
||||
pkgs.python3Packages.isort
|
||||
pkgs.python3Packages.distutils # needed for running ros2nix via python -m
|
||||
];
|
||||
ROSDEP_SOURCE_PATH = "${rosdistro}/rosdep/sources.list.d";
|
||||
ROSDISTRO_INDEX_URL = "file://${rosdistro}/index-v4.yaml";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue