Skip to content

Commit

Permalink
Update release testing doc (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmay-bhat authored Jul 30, 2024
1 parent 3c233cb commit 266c1cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mkdocs/docs/verify-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,8 @@ This section explains how to run the tests of the source distribution.

<!-- prettier-ignore-start -->

!!! note "Clean environment"
To make sure that your environment is fresh is to run the tests in a new Docker container:
`docker run -t -i -v $(pwd):/pyiceberg/ python:3.9 bash`. And change directory: `cd /pyiceberg/`.
!!! note "Python Version"
Make sure you're using [a supported Python version](https://github.com/apache/iceberg-python/blob/main/pyproject.toml#L29-L32)

<!-- prettier-ignore-end -->

Expand Down

0 comments on commit 266c1cc

Please sign in to comment.