Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry pick #59256 to 23.10: Fix fasttest by pinning pip dependencies #59266

Commits on Jan 26, 2024

  1. Fix fasttest by pinning pip dependencies

    After image update it prints the following warning:
    
        /ClickHouse/tests/queries/0_stateless/01558_ttest_scipy.python:5: DeprecationWarning:
        Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0),
        (to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries)
        but was not found to be installed on your system.
        If this would cause problems for you,
        please provide us feedback at pandas-dev/pandas#54466
    
    Pyarrow can be added as well, but according to the comment in the issue
    it bloats the image size 170%, so let's simply downgrade it for now and
    see how that issue will be resolved (or the warning could be suppressed
    of course).
    
    And pin other dependencies as well to avoid further failures.
    
    Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
    azat committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    92d96c4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #59256 from azat/tests/fasttest

    Fix fasttest by pinning pip dependencies
    Felixoid committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    4286634 View commit details
    Browse the repository at this point in the history