python3Packages.pgmpy: reduce test dependencies (#469703)

This commit is contained in:
Yt
2025-12-10 21:05:36 +00:00
committed by GitHub
@@ -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" ];