pythonPackages.colorcet: update tests

This commit is contained in:
Jonathan Ringer 2019-12-22 15:47:24 -08:00 committed by Frederik Rietdijk
parent 8f9348d6ca
commit 3b9951127f

View File

@ -36,7 +36,8 @@ buildPythonPackage rec {
echo "backend: ps" > $HOME/.config/matplotlib/matplotlibrc
ln -s $HOME/.config/matplotlib $HOME/.matplotlib
pytest colorcet
# requires other backends to be available
pytest colorcet -k 'not matplotlib_default_colormap_plot'
'';
meta = with stdenv.lib; {