Skip to content

Commit 89267cc

Browse files
committed
tests: skip conda in min tests
Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
1 parent 1030e6f commit 89267cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def minimums(session: nox.Session) -> None:
7979

8080
session.install("-e.", "--group=test", "--resolution=lowest-direct")
8181
session.run("uv", "pip", "list")
82-
session.run("pytest", *session.posargs)
82+
session.run("pytest", "-m", "not conda", *session.posargs)
8383

8484

8585
def xonda_tests(session: nox.Session, xonda: str) -> None:

0 commit comments

Comments
 (0)