Revert "pythonPackages.llfuse: downgrade pytest version"

This reverts commit 42cfd52182.
wip/yesman
Andrey Golovizin 4 years ago committed by Jonathan Ringer
parent b445bc62b7
commit 799e33084b
  1. 4
      pkgs/development/python-modules/llfuse/default.nix

@ -1,4 +1,4 @@
{ stdenv, fetchPypi, fetchpatch, buildPythonPackage, pkgconfig, pytest_5, fuse, attr, which
{ stdenv, fetchPypi, fetchpatch, buildPythonPackage, pkgconfig, pytest, fuse, attr, which
, contextlib2, osxfuse
}:
@ -27,7 +27,7 @@ buildPythonPackage rec {
buildInputs =
optionals stdenv.isLinux [ fuse ]
++ optionals stdenv.isDarwin [ osxfuse ];
checkInputs = [ pytest_5 which ] ++
checkInputs = [ pytest which ] ++
optionals stdenv.isLinux [ attr ];
propagatedBuildInputs = [ contextlib2 ];

Loading…
Cancel
Save