forked from mirrors/nixpkgs
Merge pull request #171839 from mfeliu/fix/python3Packages.dash-update
python3Packages.dash: add test dependency
This commit is contained in:
commit
ffdc722656
|
@ -9,6 +9,7 @@
|
|||
, dash-table
|
||||
, pytest-mock
|
||||
, mock
|
||||
, pyyaml
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
}:
|
||||
|
@ -40,6 +41,7 @@ buildPythonPackage rec {
|
|||
pytestCheckHook
|
||||
pytest-mock
|
||||
mock
|
||||
pyyaml
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
|
Loading…
Reference in a new issue