Skip to content

Commit 7e1f953

Browse files
tonnicohenryiii
andauthored
docs: fix contribution guidelines (#850)
* fix: contribution guide * Update CONTRIBUTING.md Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com> --------- Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
1 parent afb5111 commit 7e1f953

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,18 @@ To just check for lint errors, run:
4242

4343
To run against a particular Python version:
4444

45-
nox --session tests-3.8
46-
nox --session tests-3.9
47-
nox --session tests-3.10
48-
nox --session tests-3.11
49-
nox --session tests-3.12
45+
nox --session "tests(python='3.12', tox_version='latest')"
46+
nox --session conda_tests
47+
nox --session mamba_tests
48+
nox --session micromamba_tests
5049

5150
When you send a pull request the CI will handle running everything, but it is
5251
recommended to test as much as possible locally before pushing.
5352

53+
You can list all possible tests with:
54+
55+
nox --list-sessions
56+
5457
## Getting a sticker
5558

5659
If you've contributed to Nox, you can get a cute little Nox sticker. Reach out to Thea at me@thea.codes to request one.

0 commit comments

Comments
 (0)