Skip to content

Commit

Permalink
add to nox call
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed May 11, 2024
1 parent 3643a11 commit 3c99a40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ def tests(session, django):
else:
session.install(f"django=={django}")

import shutil
import subprocess

subprocess.check_call(["op", "--version"])
shutil.which("op")

if session.posargs:
session.run("python", "-m", "pytest", *session.posargs)
else:
Expand Down

0 comments on commit 3c99a40

Please sign in to comment.