python3Packages.pgmpy: reduce test dependencies (#469703)
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user