mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 08:28:20 +00:00
Merge pull request #141156 from Emantor/labgrid/tests
python3Packages.labgrid: remove disabled tests
This commit is contained in:
commit
b0de30296c
|
@ -65,11 +65,6 @@ buildPythonPackage rec {
|
||||||
pytest-dependency
|
pytest-dependency
|
||||||
];
|
];
|
||||||
|
|
||||||
disabledTests = [
|
|
||||||
"docker"
|
|
||||||
"sshmanager"
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Embedded control & testing library";
|
description = "Embedded control & testing library";
|
||||||
homepage = "https://labgrid.org";
|
homepage = "https://labgrid.org";
|
||||||
|
|
Loading…
Reference in a new issue