Unverified Commit d43d78b0 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

aider-chat: skip version check in tests (#341441)

parents 19d06047 df8c8b2e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -95,6 +95,8 @@ python3.pkgs.buildPythonApplication {
      "test_browser_flag_imports_streamlit"
      # AttributeError
      "test_simple_send_with_retries"
      # Expected 'check_version' to have been called once
      "test_main_exit_calls_version_check"
    ]
    ++ lib.optionals stdenv.hostPlatform.isDarwin [
      # Tests fails on darwin
@@ -104,6 +106,7 @@ python3.pkgs.buildPythonApplication {

  preCheck = ''
    export HOME=$(mktemp -d)
    export AIDER_CHECK_UPDATE=false
  '';

  meta = {