forked from mirrors/nixpkgs
python3Packages.dash: add test dependency
The package could not `import yaml` during the 'pytestCheckPhase'
This commit is contained in:
parent
e37af18b4e
commit
133513b065
|
@ -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