Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Nov 1, 2024
1 parent 326eaea commit fcc8e8c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,10 @@ test-search_space:
test-pytest:
python -m pytest --durations=10 -x -p no:warnings tests/; \

tox-test:
tox -- -x -p no:warnings -rfEX tests/ \

test-timings:
cd tests/_local_test_timings; \
pytest *.py -x -p no:warnings


test-local: test-timings

test: test-pytest test-local
Expand Down

0 comments on commit fcc8e8c

Please sign in to comment.