python310Packages.snakebite: cleanup unused checkInputs

This commit is contained in:
Sandro Jäckel
2022-11-16 00:03:40 +01:00
parent e4d99ffc58
commit 0b72f509f3
@@ -1,8 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, tox
, virtualenv
, protobuf
}:
@@ -15,11 +13,6 @@ buildPythonPackage rec {
sha256 = "085238b4944cb9c658ee62d5794de936ac3d0c337c504b2cc86424a205ae978a";
};
checkInputs = [
tox
virtualenv
];
propagatedBuildInputs = [
protobuf
];