python312Packages.hikari: drop useless pytest-runner, use pytest-cov-sub
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user