python3Packages.nocasedict: propagate six, migrate to pytestCheckHook

This commit is contained in:
Martin Weinelt
2022-04-15 01:39:47 +02:00
parent f387a95217
commit 4f53c6f7fd
@@ -1,5 +1,8 @@
{ lib, buildPythonPackage, fetchPypi
, pytest
{ lib
, buildPythonPackage
, fetchPypi
, pytestCheckHook
, six
}:
buildPythonPackage rec {
@@ -11,8 +14,12 @@ buildPythonPackage rec {
sha256 = "sha256-giC5e6BrCOst7e13TEBsd+DKDVNSrnEkn2+dHyoXvXs=";
};
propagatedBuildInputs = [
six
];
checkInputs = [
pytest
pytestCheckHook
];
pythonImportsCheck = [