python312Packages.subarulink: migrate to pytest-cov-stub
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
cryptography,
|
||||
fetchFromGitHub,
|
||||
pytest-asyncio,
|
||||
pytest-cov-stub,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
@@ -35,14 +36,10 @@ buildPythonPackage rec {
|
||||
nativeCheckInputs = [
|
||||
cryptography
|
||||
pytest-asyncio
|
||||
pytest-cov-stub
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.cfg \
|
||||
--replace "--cov=subarulink" ""
|
||||
'';
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
preCheck = ''
|
||||
|
||||
Reference in New Issue
Block a user