Unverified Commit ca7340e2 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

pypy3Packages.virtualenv: add missing dependency

parent e2cbba54
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
  hatch-vcs,
  hatchling,
  platformdirs,
  pytest-freezer,
  pytest-mock,
  pytestCheckHook,
  time-machine,
@@ -43,6 +44,7 @@ buildPythonPackage rec {
    pytest-mock
    pytestCheckHook
  ]
  ++ lib.optionals isPyPy [ pytest-freezer ]
  ++ lib.optionals (!isPyPy) [ time-machine ];

  disabledTestPaths = [