Loading pkgs/development/python-modules/virtualenv/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ hatch-vcs, hatchling, platformdirs, pytest-freezer, pytest-mock, pytestCheckHook, time-machine, Loading Loading @@ -43,6 +44,7 @@ buildPythonPackage rec { pytest-mock pytestCheckHook ] ++ lib.optionals isPyPy [ pytest-freezer ] ++ lib.optionals (!isPyPy) [ time-machine ]; disabledTestPaths = [ Loading Loading
pkgs/development/python-modules/virtualenv/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ hatch-vcs, hatchling, platformdirs, pytest-freezer, pytest-mock, pytestCheckHook, time-machine, Loading Loading @@ -43,6 +44,7 @@ buildPythonPackage rec { pytest-mock pytestCheckHook ] ++ lib.optionals isPyPy [ pytest-freezer ] ++ lib.optionals (!isPyPy) [ time-machine ]; disabledTestPaths = [ Loading