Skip to content

Commit

Permalink
Revert "pythonPackages.llfuse: downgrade pytest version"
Browse files Browse the repository at this point in the history
This reverts commit 42cfd52.
  • Loading branch information
erosennin authored and Jonathan Ringer committed Dec 8, 2020
1 parent b445bc6 commit 799e330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/llfuse/default.nix
Original file line number Diff line number Diff line change
@@ -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
}:

Expand Down Expand Up @@ -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 ];
Expand Down

0 comments on commit 799e330

Please sign in to comment.