3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.labgrid: remove disabled tests

The latest release fixes the disabled tests.
This commit is contained in:
Rouven Czerwinski 2021-10-05 11:52:03 +02:00
parent 18d4025a8e
commit d959477134

View file

@ -65,11 +65,6 @@ buildPythonPackage rec {
pytest-dependency
];
disabledTests = [
"docker"
"sshmanager"
];
meta = with lib; {
description = "Embedded control & testing library";
homepage = "https://labgrid.org";