python310Packages.gios: Drop breaking postPatch hook

This commit is contained in:
Martin Weinelt 2023-03-05 23:23:07 +01:00
parent efdbd9fb63
commit e6cf95cc62
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -36,13 +36,6 @@ buildPythonPackage rec {
pytestCheckHook
];
postPatch = ''
substituteInPlace setup.cfg \
--replace "--cov --cov-report term-missing " ""
substituteInPlace setup.py \
--replace "pytest-runner" ""
'';
disabledTests = [
# Test requires network access
"test_invalid_station_id"