Skip to content

Commit

Permalink
python3Packages.schemdraw: 0.18 -> 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
SFrijters committed Apr 30, 2024
1 parent fc6d064 commit 415b57a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/schemdraw/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

buildPythonPackage rec {
pname = "schemdraw";
version = "0.18";
version = "0.19";
format = "pyproject";

disabled = pythonOlder "3.8";
Expand All @@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "cdelker";
repo = pname;
rev = version;
hash = "sha256-JJc3LA+fqB+2g7pPIZ8YMV921EyYpLZrHSJCYyYThZg=";
hash = "sha256-vqEHcazE5DNHr0FceOWLqq+RZmMK5ovHDVjy/2wbTJU=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -59,6 +59,8 @@ buildPythonPackage rec {
substituteInPlace test/test_styles.ipynb --replace "font='Times', " ""
'';

preCheck = "rm test/test_pictorial.ipynb"; # Tries to download files

pytestFlagsArray = [ "--nbval-lax" ];

pythonImportsCheck = [ "schemdraw" ];
Expand Down

0 comments on commit 415b57a

Please sign in to comment.