python312Packages.hikari: drop useless pytest-runner, use pytest-cov-sub

This commit is contained in:
Sandro Jäckel
2024-09-15 15:15:47 +02:00
parent 8b5f6df860
commit 3bb5ba4b34
@@ -4,13 +4,12 @@
fetchFromGitHub,
pytestCheckHook,
pythonOlder,
pytest-runner,
aiohttp,
attrs,
multidict,
colorlog,
pynacl,
pytest-cov,
pytest-cov-stub,
pytest-randomly,
pytest-asyncio,
mock,
@@ -52,9 +51,8 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
pytest-runner
pytest-asyncio
pytest-cov
pytest-cov-stub
pytest-randomly
mock
];