Unverified Commit 415b57a0 authored by Stefan Frijters's avatar Stefan Frijters
Browse files

python3Packages.schemdraw: 0.18 -> 0.19

parent fc6d0644
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

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

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

  nativeBuildInputs = [
@@ -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" ];