Commit fc1c8dd7 authored by Sigmanificient's avatar Sigmanificient
Browse files

python313Packages.kiss-headers: fix build

parent fbcf0611
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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"
  ];