Commit b2084108 authored by Robert Schütz's avatar Robert Schütz
Browse files
parent fb3ab0ee
Loading
Loading
Loading
Loading
+2 −11
Original line number Diff line number Diff line
@@ -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";