Skip to content

Commit

Permalink
MNT: Remove the extra speedup. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Oct 7, 2023
1 parent 5654eb2 commit 8be504d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def tests(session: nox.Session) -> None:
@nox.session(python=python_versions)
def speedup(session: nox.Session) -> None:
extras = get_extras()
install_deps(session, ",".join(["test", "speedup", *extras]))
install_deps(session, ",".join(["test", *extras]))
session.run("pytest", "--doctest-modules", "-m", "speedup", *session.posargs)


Expand Down

0 comments on commit 8be504d

Please sign in to comment.