python3Packages.audioread: remove input pytestrunner

This commit is contained in:
DavHau 2021-06-09 14:22:04 +07:00
parent e1a98c3434
commit 1588db35a2

View file

@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, pytestrunner
}:
buildPythonPackage rec {
@ -13,8 +12,6 @@ buildPythonPackage rec {
sha256 = "a3480e42056c8e80a8192a54f6729a280ef66d27782ee11cbd63e9d4d1523089";
};
nativeBuildInputs = [ pytestrunner ];
# No tests, need to disable or py3k breaks
doCheck = false;