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

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Conversation

Michael-J-Ward
Copy link
Contributor

@Michael-J-Ward Michael-J-Ward commented Oct 1, 2024

Which issue does this PR close?

Closes #804.

Rationale for this change

An error in a prior release wasn't caught because the test instructions

What changes are included in this PR?

  1. The release docs include instructions on testing against test.pypi.org.
  2. The python tests were moved so that they can be run against datafusion installed from pypi.
  3. A clean.sh dev script was added for easily cleaning maturin build artifacts.

Are there any user-facing changes?

No

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 Michael-J-Ward changed the title DRAFT: release-testing release-testing Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs: Running unit-tests against a release candidate
1 participant