Loading pkgs/development/python-modules/sensorpro-ble/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -19,10 +19,15 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "Bluetooth-Devices"; repo = pname; rev = "v${version}"; rev = "refs/tags/v${version}"; hash = "sha256-Zqa6qa0Jw79Iu4VEw6KN0GsZcC1X7OpiYUiyT4zwKyY="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace " --cov=sensorpro_ble --cov-report=term-missing:skip-covered" "" ''; nativeBuildInputs = [ poetry-core ]; Loading @@ -37,11 +42,6 @@ buildPythonPackage rec { pytestCheckHook ]; postPatch = '' substituteInPlace pyproject.toml \ --replace " --cov=sensorpro_ble --cov-report=term-missing:skip-covered" "" ''; pythonImportsCheck = [ "sensorpro_ble" ]; Loading Loading
pkgs/development/python-modules/sensorpro-ble/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -19,10 +19,15 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "Bluetooth-Devices"; repo = pname; rev = "v${version}"; rev = "refs/tags/v${version}"; hash = "sha256-Zqa6qa0Jw79Iu4VEw6KN0GsZcC1X7OpiYUiyT4zwKyY="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace " --cov=sensorpro_ble --cov-report=term-missing:skip-covered" "" ''; nativeBuildInputs = [ poetry-core ]; Loading @@ -37,11 +42,6 @@ buildPythonPackage rec { pytestCheckHook ]; postPatch = '' substituteInPlace pyproject.toml \ --replace " --cov=sensorpro_ble --cov-report=term-missing:skip-covered" "" ''; pythonImportsCheck = [ "sensorpro_ble" ]; Loading