Loading pkgs/development/python-modules/env-canada/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ aiohttp, buildPythonPackage, fetchFromGitHub, freezegun, geopy, imageio, lxml, Loading @@ -13,6 +14,7 @@ python-dateutil, pythonOlder, setuptools, syrupy, voluptuous, }: Loading @@ -27,7 +29,7 @@ buildPythonPackage rec { owner = "michaeldavie"; repo = "env_canada"; tag = version; hash = "sha256-4PztYdQmMH2n3dlV8arJ2UFGp08nkIK80L460UdNhV8="; hash = "sha256-YDosRPROWpjG27MyCErCTvP99mAlzg/GfmU73cBVUTo="; }; build-system = [ setuptools ]; Loading @@ -44,7 +46,11 @@ buildPythonPackage rec { voluptuous ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ freezegun pytestCheckHook syrupy ]; disabledTests = [ # Tests require network access Loading Loading
pkgs/development/python-modules/env-canada/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ aiohttp, buildPythonPackage, fetchFromGitHub, freezegun, geopy, imageio, lxml, Loading @@ -13,6 +14,7 @@ python-dateutil, pythonOlder, setuptools, syrupy, voluptuous, }: Loading @@ -27,7 +29,7 @@ buildPythonPackage rec { owner = "michaeldavie"; repo = "env_canada"; tag = version; hash = "sha256-4PztYdQmMH2n3dlV8arJ2UFGp08nkIK80L460UdNhV8="; hash = "sha256-YDosRPROWpjG27MyCErCTvP99mAlzg/GfmU73cBVUTo="; }; build-system = [ setuptools ]; Loading @@ -44,7 +46,11 @@ buildPythonPackage rec { voluptuous ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ freezegun pytestCheckHook syrupy ]; disabledTests = [ # Tests require network access Loading