python3Packages.crownstone-cloud: 1.4.5 -> 1.4.8

This commit is contained in:
Martin Weinelt 2021-10-17 02:55:08 +02:00
parent 073fe478e1
commit eacb6f8e44
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "crownstone-cloud";
version = "1.4.5";
version = "1.4.8";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -18,8 +18,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "crownstone";
repo = "crownstone-lib-python-cloud";
rev = "v${version}";
sha256 = "1a8bkqkrc7iyggr5rr20qdqg67sycdx2d94dd1ylkmr7627r34ys";
rev = version;
sha256 = "sha256-iHn4g52/QM0TS/flKkcFrX6IFrCjiXUxcjVLHNg6tVo=";
};
propagatedBuildInputs = [
@ -32,9 +32,13 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# https://github.com/crownstone/crownstone-lib-python-cloud/issues/1
"test_data_structure"
];
postPatch = ''
substituteInPlace requirements.txt \
--replace "codecov>=2.1.10" ""
sed -i '/codecov/d' requirements.txt
'';
pythonImportsCheck = [