11 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "4a223909e5148c99bd18891848c7871457729322c752c9c470bd8dd6bdf9f940";
24 propagatedBuildInputs = [
34 # Broken since b6e98f18950c2b5dbdc725c1181df2ad1be19fee
41 export HOME=$(mktemp -d)
42 mkdir -p $HOME/.config/matplotlib
43 echo "backend: ps" > $HOME/.config/matplotlib/matplotlibrc
44 ln -s $HOME/.config/matplotlib $HOME/.matplotlib
48 description = "Pytest plugin to help with testing figures output from Matplotlib";
49 homepage = "https://github.com/matplotlib/pytest-mpl";
50 license = licenses.bsd3;
51 maintainers = [ maintainers.costrouc ];