pythonPackages.dufte: Enable all tests
This commit is contained in:
parent
c320ca389b
commit
158626ad6f
@ -6,6 +6,7 @@
|
|||||||
, importlib-metadata
|
, importlib-metadata
|
||||||
, matplotlib
|
, matplotlib
|
||||||
, numpy
|
, numpy
|
||||||
|
, exdown
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -32,12 +33,9 @@ buildPythonPackage rec {
|
|||||||
mkdir -p $HOME/.matplotlib
|
mkdir -p $HOME/.matplotlib
|
||||||
echo "backend: ps" > $HOME/.matplotlib/matplotlibrc
|
echo "backend: ps" > $HOME/.matplotlib/matplotlibrc
|
||||||
'';
|
'';
|
||||||
checkInputs = [ pytestCheckHook ];
|
|
||||||
|
checkInputs = [ exdown pytestCheckHook ];
|
||||||
pythonImportsCheck = [ "dufte" ];
|
pythonImportsCheck = [ "dufte" ];
|
||||||
pytestFlagsArray = [
|
|
||||||
# we don't have the "exdown" package (yet)
|
|
||||||
"--ignore=test/test_readme.py"
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Clean matplotlib plots";
|
description = "Clean matplotlib plots";
|
||||||
|
Loading…
Reference in New Issue
Block a user