python310Packages.nettigo-air-monitor: remove postPatch

This commit is contained in:
Fabian Affolter 2022-05-30 23:58:40 +02:00 committed by GitHub
parent 4c8853358d
commit d821958373
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,13 +36,6 @@ buildPythonPackage rec {
pytestCheckHook
];
postPatch = ''
substituteInPlace setup.py \
--replace "pytest-runner" ""
substituteInPlace setup.cfg \
--replace "--cov --cov-report term-missing " ""
'';
pythonImportsCheck = [
"nettigo_air_monitor"
];