Loading pkgs/by-name/sq/sqlfluff/package.nix +4 −2 Original line number Diff line number Diff line Loading @@ -6,14 +6,14 @@ python3.pkgs.buildPythonApplication rec { pname = "sqlfluff"; version = "3.3.0"; version = "3.3.1"; pyproject = true; src = fetchFromGitHub { owner = "sqlfluff"; repo = "sqlfluff"; tag = version; hash = "sha256-srsSDMvZ7lDDfDuINB0nXR2u+X+bzMqOZL9tvl9GI/s="; hash = "sha256-PQSGB8723y0+cptoLHpXzXfSQFicf5tasbTEf0efA8c="; }; build-system = with python3.pkgs; [ setuptools ]; Loading Loading @@ -62,6 +62,8 @@ python3.pkgs.buildPythonApplication rec { "test__linter__skip_dbt_model_disabled" "test_rules__test_helper_has_variable_introspection" "test__rules__std_file_dbt" # Assertion failure "test_html_with_external_css" ]; pythonImportsCheck = [ "sqlfluff" ]; Loading pkgs/development/python-modules/diff-cover/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { pname = "diff-cover"; version = "9.2.1"; format = "pyproject"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -31,9 +31,9 @@ buildPythonPackage rec { hash = "sha256-X6Wy1xzPXRbNIipxwsoGnZv1+j1lf2+sm02cIzeTI78="; }; nativeBuildInputs = [ poetry-core ]; build-system = [ poetry-core ]; propagatedBuildInputs = [ dependencies = [ chardet jinja2 jinja2-pluralize Loading @@ -56,6 +56,9 @@ buildPythonPackage rec { "file_does_not_exist" # Comparing console output doesn't work reliable "console" # Assertion failure "test_html_with_external_css" "test_style_defs" ]; pythonImportsCheck = [ "diff_cover" ]; Loading pkgs/development/python-modules/reflex-hosting-cli/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ platformdirs, pydantic, python-dateutil, pyyaml, rich, tabulate, typer, Loading Loading @@ -38,6 +39,7 @@ buildPythonPackage rec { platformdirs pydantic python-dateutil pyyaml rich tabulate typer Loading Loading
pkgs/by-name/sq/sqlfluff/package.nix +4 −2 Original line number Diff line number Diff line Loading @@ -6,14 +6,14 @@ python3.pkgs.buildPythonApplication rec { pname = "sqlfluff"; version = "3.3.0"; version = "3.3.1"; pyproject = true; src = fetchFromGitHub { owner = "sqlfluff"; repo = "sqlfluff"; tag = version; hash = "sha256-srsSDMvZ7lDDfDuINB0nXR2u+X+bzMqOZL9tvl9GI/s="; hash = "sha256-PQSGB8723y0+cptoLHpXzXfSQFicf5tasbTEf0efA8c="; }; build-system = with python3.pkgs; [ setuptools ]; Loading Loading @@ -62,6 +62,8 @@ python3.pkgs.buildPythonApplication rec { "test__linter__skip_dbt_model_disabled" "test_rules__test_helper_has_variable_introspection" "test__rules__std_file_dbt" # Assertion failure "test_html_with_external_css" ]; pythonImportsCheck = [ "sqlfluff" ]; Loading
pkgs/development/python-modules/diff-cover/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { pname = "diff-cover"; version = "9.2.1"; format = "pyproject"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -31,9 +31,9 @@ buildPythonPackage rec { hash = "sha256-X6Wy1xzPXRbNIipxwsoGnZv1+j1lf2+sm02cIzeTI78="; }; nativeBuildInputs = [ poetry-core ]; build-system = [ poetry-core ]; propagatedBuildInputs = [ dependencies = [ chardet jinja2 jinja2-pluralize Loading @@ -56,6 +56,9 @@ buildPythonPackage rec { "file_does_not_exist" # Comparing console output doesn't work reliable "console" # Assertion failure "test_html_with_external_css" "test_style_defs" ]; pythonImportsCheck = [ "diff_cover" ]; Loading
pkgs/development/python-modules/reflex-hosting-cli/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ platformdirs, pydantic, python-dateutil, pyyaml, rich, tabulate, typer, Loading Loading @@ -38,6 +39,7 @@ buildPythonPackage rec { platformdirs pydantic python-dateutil pyyaml rich tabulate typer Loading