Skip to content

Commit

Permalink
chore: tracemalloc for nox
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Nov 1, 2023
1 parent da23ebc commit 8e22e3a
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 @@ -32,7 +32,7 @@ def tests(session):
Run the unit and regular tests.
"""
session.install("-e", ".[dev]")
session.run("pytest", *session.posargs)
session.run("pytest", *session.posargs, env={"PYTHONTRACEMALLOC": "5"})


@nox.session(reuse_venv=True)
Expand Down

0 comments on commit 8e22e3a

Please sign in to comment.