pythonPackages.colorcet: update tests
This commit is contained in:
parent
8f9348d6ca
commit
3b9951127f
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ buildPythonPackage rec {
|
||||||
echo "backend: ps" > $HOME/.config/matplotlib/matplotlibrc
|
echo "backend: ps" > $HOME/.config/matplotlib/matplotlibrc
|
||||||
ln -s $HOME/.config/matplotlib $HOME/.matplotlib
|
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; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in a new issue