Loading pkgs/development/python-modules/textual-image/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ # tests pillow, pytestCheckHook, syrupy, setuptools, }: Loading @@ -34,11 +35,12 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook syrupy ]; pythonImportsCheck = [ "textual_image" ]; doCheck = false; # tests require [syrupy](https://github.com/syrupy-project/syrupy) doCheck = true; meta = { description = "Render images in the terminal with Textual and rich"; Loading Loading
pkgs/development/python-modules/textual-image/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ # tests pillow, pytestCheckHook, syrupy, setuptools, }: Loading @@ -34,11 +35,12 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook syrupy ]; pythonImportsCheck = [ "textual_image" ]; doCheck = false; # tests require [syrupy](https://github.com/syrupy-project/syrupy) doCheck = true; meta = { description = "Render images in the terminal with Textual and rich"; Loading