File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ test-command = "pytest {project}/tests"
6262build-verbosity = 1
6363` ` `
6464
65- The `test-extras` will cause the pip install to use `[tests]`. The `test-command`
66- will use pytest to run your tests. You can also set the build verbosity (`-v` in
67- pip) if you want to.
65+ The `test-extras` will cause the pip install to use `[tests]`. The
66+ ` test-command ` will use pytest to run your tests. You can also set the build
67+ verbosity (`-v` in pip) if you want to.
6868
6969# # Making an SDist
7070
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ def tests(session: nox.Session) -> None:
212212 """
213213 Run the unit and regular tests.
214214 """
215- session.install(".[test ]")
215+ session.install(".[tests ]")
216216 session.run("pytest", *session.posargs)
217217` ` `
218218<!-- prettier-ignore-end -->
You can’t perform that action at this time.
0 commit comments