Loading pkgs/development/python-modules/textual-textarea/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,13 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTests = [ # AssertionError: assert None == 'word' # https://github.com/tconbeer/textual-textarea/issues/312 "test_autocomplete" "test_autocomplete_with_types" ]; pythonImportsCheck = [ "textual_textarea" ]; meta = { Loading pkgs/development/python-modules/textual/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -30,14 +30,14 @@ buildPythonPackage rec { pname = "textual"; version = "6.4.0"; version = "6.5.0"; pyproject = true; src = fetchFromGitHub { owner = "Textualize"; repo = "textual"; tag = "v${version}"; hash = "sha256-lwtgPJK62SntL0ThoIpmEq0Ngjf8wl73Q8PXjvut3ps="; hash = "sha256-Z9KevcicU+mt1XglYOdGWnMbRa1zpbts+0D2nwtgAac="; }; build-system = [ poetry-core ]; Loading Loading
pkgs/development/python-modules/textual-textarea/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,13 @@ buildPythonPackage rec { pytestCheckHook ]; disabledTests = [ # AssertionError: assert None == 'word' # https://github.com/tconbeer/textual-textarea/issues/312 "test_autocomplete" "test_autocomplete_with_types" ]; pythonImportsCheck = [ "textual_textarea" ]; meta = { Loading
pkgs/development/python-modules/textual/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -30,14 +30,14 @@ buildPythonPackage rec { pname = "textual"; version = "6.4.0"; version = "6.5.0"; pyproject = true; src = fetchFromGitHub { owner = "Textualize"; repo = "textual"; tag = "v${version}"; hash = "sha256-lwtgPJK62SntL0ThoIpmEq0Ngjf8wl73Q8PXjvut3ps="; hash = "sha256-Z9KevcicU+mt1XglYOdGWnMbRa1zpbts+0D2nwtgAac="; }; build-system = [ poetry-core ]; Loading