python310Packages.python-mimeparse: execute tests

This commit is contained in:
Sandro Jäckel
2022-05-06 01:21:16 +02:00
parent ea69f79829
commit 408492b234

View File

@@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, pytestCheckHook
}:
buildPythonPackage rec {
@@ -12,8 +13,9 @@ buildPythonPackage rec {
sha256 = "76e4b03d700a641fd7761d3cd4fdbbdcd787eade1ebfac43f877016328334f78";
};
# error: invalid command 'test'
doCheck = false;
checkInputs = [
pytestCheckHook
];
meta = with lib; {
description = "A module provides basic functions for parsing mime-type names and matching them against a list of media-ranges";