Skip to content

Commit

Permalink
change make test to use uv run
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Sep 29, 2024
1 parent 6a76616 commit 6c1126b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ install:
uv pip install .

test:
python -m pytest --record-mode=once --cov-report term --cov=habanero test/
uv run pytest --record-mode=once --cov-report term --cov=habanero test/

test_no_vcr:
python -m pytest --disable-recording --cov-report term --cov=habanero test/
uv run pytest --disable-recording --cov-report term --cov=habanero test/

docs:
cd docs;\
Expand Down

0 comments on commit 6c1126b

Please sign in to comment.