summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2021-01-31 14:14:39 +0000
committerGitHub <noreply@github.com>2021-01-31 14:14:39 +0000
commit97c40639fdef6c61b3324859afb4e9e86a3f6f1d (patch)
treee1cb6c1630e18e6ab4c93ef329c7589d39524521 /pkgs
parent4bb7e4fb634d071ec55bb25884ff2778466e2d11 (diff)
parent93424fb8b5061d2a364833c51977e700e7c2a04e (diff)
Merge pull request #111354 from risicle/ris-dufte-0.2.12
pythonPackages.dufte: 0.2.9 -> 0.2.12
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/dufte/default.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/dufte/default.nix b/pkgs/development/python-modules/dufte/default.nix
index f5e9fa6195a5..dcf2896bba52 100644
--- a/pkgs/development/python-modules/dufte/default.nix
+++ b/pkgs/development/python-modules/dufte/default.nix
@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "dufte";
- version = "0.2.9";
+ version = "0.2.12";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
- sha256 = "0nkaczipbsm8c14j9svxry2wigmn5iharibb6b8g062sjaph8x17";
+ sha256 = "0ag1d7h1wijkc7v2vpgkbqjlnpiwd4nh8zhxiby0989bpmlp3jr3";
};
format = "pyproject";
@@ -34,6 +34,10 @@ buildPythonPackage rec {
'';
checkInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "dufte" ];
+ pytestFlagsArray = [
+ # we don't have the "exdown" package (yet)
+ "--ignore=test/test_readme.py"
+ ];
meta = with lib; {
description = "Clean matplotlib plots";