Skip to content

Commit

Permalink
python3Packages.aioslimproto: 2.0.0 -> 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed May 4, 2022
1 parent e9476f7 commit 9a99c65
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pkgs/development/python-modules/aioslimproto/default.nix
Expand Up @@ -7,7 +7,7 @@

buildPythonPackage rec {
pname = "aioslimproto";
version = "2.0.0";
version = "2.0.1";
format = "setuptools";

disabled = pythonOlder "3.9";
Expand All @@ -16,13 +16,18 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = pname;
rev = version;
hash = "sha256-7xFbxWay2aPCBkf3pBUGshROtssbi//PxxsI8ELeS+c=";
hash = "sha256-xa0LZGq0di4lnJGVMbb1Un0Ebd4vXRlbkxbatJ9GwB0=";
};

checkInputs = [
pytestCheckHook
];

disabledTests = [
# AssertionError: assert ['mixer', 'volume', '50'] == ['volume', '50']
"test_msg_instantiation"
];

pythonImportsCheck = [
"aioslimproto"
];
Expand Down

0 comments on commit 9a99c65

Please sign in to comment.