Skip to content

Commit

Permalink
Fix nox test
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Feb 15, 2024
1 parent ca91fe9 commit 2360185
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 93 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __call__(self, task: str):
def test(session):
"""Execute unit-tests using pytest"""

command = "pdm sync --clean -G test --no-self"
command = "pdm sync --clean -G test -G qt --no-self"
session.run_always(*command.split(), external=True)
session.install(".", "--no-deps")

Expand Down
Loading

0 comments on commit 2360185

Please sign in to comment.