python3Packages.crownstone-cloud: 1.4.8 -> 1.4.9

This commit is contained in:
Fabian Affolter 2021-11-10 10:32:42 +01:00
parent 2de888a972
commit b79219bf39

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "crownstone-cloud";
version = "1.4.8";
version = "1.4.9";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "crownstone";
repo = "crownstone-lib-python-cloud";
rev = version;
sha256 = "sha256-iHn4g52/QM0TS/flKkcFrX6IFrCjiXUxcjVLHNg6tVo=";
sha256 = "sha256-CS1zeQiWPnsGCWixCsN9sz08mPORW5sVqIpSFPh0Qt0=";
};
propagatedBuildInputs = [
@ -32,11 +32,6 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# https://github.com/crownstone/crownstone-lib-python-cloud/issues/1
"test_data_structure"
];
postPatch = ''
sed -i '/codecov/d' requirements.txt
'';