python3Packages.actron-neo-api: 0.5.4 -> 0.5.5 (#514033)
This commit is contained in:
@@ -12,14 +12,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "actron-neo-api";
|
||||
version = "0.5.4";
|
||||
version = "0.5.5";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kclif9";
|
||||
repo = "actronneoapi";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-XyX9o1fIyY5TZqLzK1a+KLkLDVEorw2illg+lHutLtc=";
|
||||
hash = "sha256-bBPhwiJQYDBEPZKA1Cq94X9LYAmBkOWCI+4afrQntmw=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -39,15 +39,6 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# test hangs
|
||||
"test_poll_for_token_pending"
|
||||
# AttributeError: property 'authorization_header' of 'ActronAirOAuth2DeviceCodeAuth' object has no setter
|
||||
"test_lazy_token_refres"
|
||||
# ActronAirAuthError: Refresh token is required to refresh the access token
|
||||
"test_get_user_info"
|
||||
];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/kclif9/actronneoapi/releases/tag/${src.tag}";
|
||||
description = "Communicate with Actron Air systems via the Actron Neo API";
|
||||
|
||||
Reference in New Issue
Block a user