Skip to content

Commit b8fd027

Browse files
willingclwasser
authored andcommitted
Fix link for tox in run-tests.md which plasmapy no longer offers
1 parent f1e511c commit b8fd027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ We will focus on [Nox](https://nox.thea.codes/) in this guide. `nox` is a Python
122122
```{admonition} Other automation tools you'll see in the wild
123123
:class: note
124124
125-
- **[Tox](https://tox.wiki/en/latest/index.html#useful-links)** is an automation tool that supports common steps such as building documentation, running tests across various versions of Python, and more. You can find [a nice overview of tox in the plasmaPy documentation](https://docs.plasmapy.org/en/stable/contributing/testing_guide.html#using-tox).
125+
- **[Tox](https://tox.wiki/en/latest/index.html#useful-links)** is an automation tool that supports common steps such as building documentation, running tests across various versions of Python, and more.
126126
127127
- **[Hatch](https://github.com/ofek/hatch)** is a modern end-to-end packaging tool that works with the popular build backend called hatchling. `hatch` offers a `tox`-like setup where you can run tests locally using different Python versions. If you are using `hatch` to support your packaging workflow, you may want to also use its testing capabilities rather than using `nox`.
128128

0 commit comments

Comments
 (0)