forked from mirrors/nixpkgs
python3Packages.labgrid: remove disabled tests
The latest release fixes the disabled tests.
This commit is contained in:
parent
18d4025a8e
commit
d959477134
|
@ -65,11 +65,6 @@ buildPythonPackage rec {
|
|||
pytest-dependency
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
"docker"
|
||||
"sshmanager"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Embedded control & testing library";
|
||||
homepage = "https://labgrid.org";
|
||||
|
|
Loading…
Reference in a new issue