pythonPackages.colorcet: init at 0.10
This commit is contained in:
committed by
Frederik Rietdijk
parent
029ef744a8
commit
36dc1d4fe6
@@ -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
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user