Skip to content

Commit

Permalink
pythonPackages.llfuse: fix tests with pytest 6
Browse files Browse the repository at this point in the history
  • Loading branch information
erosennin authored and Jonathan Ringer committed Dec 8, 2020
1 parent 0bb6998 commit b445bc6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/development/python-modules/llfuse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ buildPythonPackage rec {
sha256 = "1g2cdhdqrb6m7655qp61pn61pwj1ql61cdzhr2jvl3w4i8877ddr";
};

patches = [
# fix tests with pytest 6
(fetchpatch {
url = "https://github.com/python-llfuse/python-llfuse/commit/1ed8b280d2544eedf8bf209761bef0d2519edd17.diff";
sha256 = "0wailfrr1i0n2m9ylwpr00jh79s7z3l36w7x19jx1x4djcz2hdps";
})
];

nativeBuildInputs = [ pkgconfig ];
buildInputs =
optionals stdenv.isLinux [ fuse ]
Expand Down

0 comments on commit b445bc6

Please sign in to comment.