Loading pkgs/development/python-modules/pysnooper/default.nix +6 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, pytestCheckHook, Loading @@ -22,6 +23,11 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; disabledTests = lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [ # timing-sensitive and often breaks on x86_64-darwin "test_relative_time" ]; pythonImportsCheck = [ "pysnooper" ]; meta = { Loading Loading
pkgs/development/python-modules/pysnooper/default.nix +6 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, fetchFromGitHub, pytestCheckHook, Loading @@ -22,6 +23,11 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; disabledTests = lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [ # timing-sensitive and often breaks on x86_64-darwin "test_relative_time" ]; pythonImportsCheck = [ "pysnooper" ]; meta = { Loading