Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd742f1

Browse files
authored
Merge pull request h5py#2432 from t20100/fix-doc
Update documentation to use `tox -e py38-test-deps` for tests
2 parents 902e32c + b50af38 commit bd742f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Thanks for contributing to h5py!
44
Before opening a pull request, please:
55
66
- Run simple static checks with `tox -e pre-commit`
7-
- Run the tests with e.g. `tox -e py37-test-deps`
7+
- Run the tests with e.g. `tox -e py312-test-deps`
88
- If your change is visible to someone using or building h5py, add a release
99
note in the news/ folder.
1010

docs/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The easiest way to run the tests is with
142142

143143
pip install tox # Get tox
144144

145-
tox -e py37-test-deps # Run tests in one environment
145+
tox -e py312-test-deps # Run tests in one environment
146146
tox # Run tests in all possible environments
147147
tox -a # List defined environments
148148

@@ -393,7 +393,7 @@ To run these tests, you'll need to:
393393

394394
Then running::
395395

396-
$ CC='mpicc' HDF5_MPI=ON tox -e py37-test-deps-mpi4py
396+
$ CC='mpicc' HDF5_MPI=ON tox -e py312-test-deps-mpi4py
397397

398398
should run the tests. You may need to pass ``HDF5_DIR`` depending on the
399399
location of the HDF5 with MPI support. You can choose which python version to

0 commit comments

Comments
 (0)