Unverified Commit d2c839b9 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

python313Packages.kiss-headers: fix build (#451141)

parents 12a35a6d fc1c8dd7
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"
  ];