Skip to content

Commit

Permalink
Merge pull request #57012 from dotlambda/home-assistant-0.89
Browse files Browse the repository at this point in the history
 home-assistant: 0.87.1 -> 0.89.1
  • Loading branch information
dotlambda committed Mar 11, 2019
2 parents c08f808 + 4594640 commit e10d98c
Show file tree
Hide file tree
Showing 6 changed files with 515 additions and 455 deletions.
2 changes: 0 additions & 2 deletions pkgs/development/python-modules/astral/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ buildPythonPackage rec {

checkInputs = [ pytest ];
checkPhase = ''
# https://github.com/sffjunkie/astral/pull/26
touch src/test/.api_key
py.test -m "not webtest"
'';

Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyhomematic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildPythonPackage rec {
pname = "pyhomematic";
version = "0.1.56";
version = "0.1.57";

disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "ca9f222b99d80be4b7ef8a4427ab55368d14914a0516623e66d1da7563919169";
sha256 = "a33c2feee6a945d0b3e52962b31e340b806c8602bd13b0b2875ce1b24ddfe226";
};

# PyPI tarball does not include tests/ directory
Expand Down

0 comments on commit e10d98c

Please sign in to comment.