pythonPackages.colorcet: init at 0.10

This commit is contained in:
Chris Ostrouchov
2019-07-14 17:31:28 -04:00
committed by Frederik Rietdijk
parent 029ef744a8
commit 36dc1d4fe6
3 changed files with 43 additions and 0 deletions

View File

@@ -31,6 +31,10 @@ buildPythonPackage rec {
];
checkPhase = ''
export HOME=$(mktemp -d)
mkdir -p $HOME/.config/matplotlib
echo "backend: ps" > $HOME/.config/matplotlib/matplotlibrc
pytest colorcet
'';