Loading pkgs/tools/misc/gigalixir/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -7,12 +7,12 @@ python3.pkgs.buildPythonApplication rec { pname = "gigalixir"; version = "1.3.0"; version = "1.6.0"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-kNtybgv8j7t1tl6R5ZuC4vj5fnEcEenuNt0twA1kAh0="; hash = "sha256-01CoCT++mGiwZ40vAjU3OFE74WGWlBuhaTwsNFIR1a0="; }; postPatch = '' Loading Loading @@ -42,6 +42,12 @@ python3.pkgs.buildPythonApplication rec { disabledTests = [ # Test requires network access "test_rollback_without_version" # These following test's are now depraced and removed, check out these commits: # https://github.com/gigalixir/gigalixir-cli/commit/00b758ed462ad8eff6ff0b16cd37fa71f75b2d7d # https://github.com/gigalixir/gigalixir-cli/commit/76fa25f96e71fd75cc22e5439b4a8f9e9ec4e3e5 "test_create_config" "test_delete_free_database" "test_get_free_databases" ]; pythonImportsCheck = [ Loading Loading
pkgs/tools/misc/gigalixir/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -7,12 +7,12 @@ python3.pkgs.buildPythonApplication rec { pname = "gigalixir"; version = "1.3.0"; version = "1.6.0"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-kNtybgv8j7t1tl6R5ZuC4vj5fnEcEenuNt0twA1kAh0="; hash = "sha256-01CoCT++mGiwZ40vAjU3OFE74WGWlBuhaTwsNFIR1a0="; }; postPatch = '' Loading Loading @@ -42,6 +42,12 @@ python3.pkgs.buildPythonApplication rec { disabledTests = [ # Test requires network access "test_rollback_without_version" # These following test's are now depraced and removed, check out these commits: # https://github.com/gigalixir/gigalixir-cli/commit/00b758ed462ad8eff6ff0b16cd37fa71f75b2d7d # https://github.com/gigalixir/gigalixir-cli/commit/76fa25f96e71fd75cc22e5439b4a8f9e9ec4e3e5 "test_create_config" "test_delete_free_database" "test_get_free_databases" ]; pythonImportsCheck = [ Loading