Loading pkgs/development/python-modules/pytest-postgresql/default.nix +4 −1 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, pytestCheckHook, Loading Loading @@ -62,7 +63,9 @@ buildPythonPackage rec { "pytest_postgresql.executor" ]; __darwinAllowLocalNetworking = true; # Can't reliably run checkPhase on darwin because of nix bug, see: # https://github.com/NixOS/nixpkgs/issues/371242 doCheck = !stdenv.buildPlatform.isDarwin; meta = { homepage = "https://pypi.python.org/pypi/pytest-postgresql"; Loading Loading
pkgs/development/python-modules/pytest-postgresql/default.nix +4 −1 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, pytestCheckHook, Loading Loading @@ -62,7 +63,9 @@ buildPythonPackage rec { "pytest_postgresql.executor" ]; __darwinAllowLocalNetworking = true; # Can't reliably run checkPhase on darwin because of nix bug, see: # https://github.com/NixOS/nixpkgs/issues/371242 doCheck = !stdenv.buildPlatform.isDarwin; meta = { homepage = "https://pypi.python.org/pypi/pytest-postgresql"; Loading