Revert "pythonPackages.llfuse: downgrade pytest version"
This reverts commit 42cfd52182
.
This commit is contained in:
parent
b445bc62b7
commit
799e33084b
@ -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
|
, contextlib2, osxfuse
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
|||||||
buildInputs =
|
buildInputs =
|
||||||
optionals stdenv.isLinux [ fuse ]
|
optionals stdenv.isLinux [ fuse ]
|
||||||
++ optionals stdenv.isDarwin [ osxfuse ];
|
++ optionals stdenv.isDarwin [ osxfuse ];
|
||||||
checkInputs = [ pytest_5 which ] ++
|
checkInputs = [ pytest which ] ++
|
||||||
optionals stdenv.isLinux [ attr ];
|
optionals stdenv.isLinux [ attr ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ contextlib2 ];
|
propagatedBuildInputs = [ contextlib2 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user