Skip to content

Commit 0455fa7

Browse files
lwasserMidnighter
andauthored
Fix: Edits from @Midnighter
Co-authored-by: Moritz E. Beber <midnighter@posteo.net>
1 parent 3d55eab commit 0455fa7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/run-tests.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,11 @@ import nox
145145
@nox.session(python=["3.9", "3.10", "3.11", "3.12"])
146146
def test(session):
147147

148-
# install
149-
session.install(".[tests]")
148+
# install
149+
session.install(".[tests]")
150150

151-
# Run tests
152-
session.run("pytest")
151+
# Run tests
152+
session.run("pytest")
153153

154154
```
155155

0 commit comments

Comments
 (0)