python3Packages.pgmpy: reduce test dependencies

This commit is contained in:
Robert Schütz
2025-12-10 12:15:32 -08:00
parent de7d968f0f
commit 7ff04e0790
@@ -22,9 +22,7 @@
# tests
pytestCheckHook,
pytest-cov-stub,
coverage,
mock,
black,
}:
buildPythonPackage rec {
pname = "pgmpy";
@@ -75,9 +73,7 @@ buildPythonPackage rec {
pytestCheckHook
# xdoctest
pytest-cov-stub
coverage
mock
black
];
pythonImportsCheck = [ "pgmpy" ];