Merge pull request #126323 from DavHau/davhau-audioread-remove-pytest

python3Packages.audioread: remove input pytestrunner
This commit is contained in:
Sandro 2021-06-09 15:45:55 +02:00 committed by GitHub
commit ac6f602073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;