Skip to content

Commit 0d36783

Browse files
committed
Add minor correction to release instructions
pytest is not available on test.pypi.org so we have to install it separately.
1 parent d21d2b8 commit 0d36783

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ To create and upload a new package first update the version number and then:
283283
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
284284
# Verify the package is usable
285285
virtualenv -p python3 test-venv
286+
test-venv/bin/pip install pytest
286287
test-venv/bin/pip install --index-url https://test.pypi.org/simple/ pytest-datafiles
287288
# Create some test_example.py (e.g. with one of the examples above)
288289
test-venv/bin/pytest test_example.py

0 commit comments

Comments
 (0)