Skip to content

Commit

Permalink
Remove obsolete workaround from #178
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolowicz committed Mar 13, 2021
1 parent 2931816 commit f4ec5de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ def tests(session: Session) -> None:
session.install("dataclasses")

try:
session.env.pop("TMPDIR", None)
session.run("coverage", "run", "--parallel", "-m", "pytest", *session.posargs)
finally:
if session.interactive:
Expand Down

0 comments on commit f4ec5de

Please sign in to comment.