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

release-testing #889

Merged
merged 5 commits into from
Oct 4, 2024
Merged

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    533f165 View commit details
    Browse the repository at this point in the history
  2. move location of python tests

    This change allows us to run the test suite against a release candidate
    hosted on test.pypi.org.
    
    ```
    pip install --extra-index-url https://test.pypi.org/simple/ datafusion==40.0.0
    
    pytest --import-mode=importlib python/tests
    ```
    Michael-J-Ward committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2c04ae2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e048b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51cd808 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca8834d View commit details
    Browse the repository at this point in the history