Skip to content

Commit

Permalink
Restore noxfile
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Nov 21, 2023
1 parent a6ffd65 commit 7d08e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ def tests(session):
$ nox --session tests --python 3.11 -- tests/test_tensor.py # run specific tests
$ nox --session tests --python 3.11 -- coverage # run with coverage but slower
"""
# session.install("--upgrade", "--editable", ".[all,test]")
# session.install("--upgrade", "pytest")
session.install("--upgrade", "--editable", ".[all,test]")
session.install("--upgrade", "pytest")

# Allow tests to be run with coverage
if "coverage" in session.posargs:
Expand Down

0 comments on commit 7d08e03

Please sign in to comment.