python313Packages.kiss-headers: fix build

This commit is contained in:
Sigmanificient
2025-10-11 23:28:57 +02:00
parent fbcf061129
commit fc1c8dd7bd
@@ -29,9 +29,12 @@ buildPythonPackage rec {
pytest-cov-stub
];
preCheck = ''
rm -rf src # cause pycache conflict
'';
disabledTestPaths = [
# Tests require internet access
"kiss_headers/__init__.py"
"tests/test_serializer.py"
"tests/test_with_http_request.py"
];