Skip to content

Commit

Permalink
chore: Update dependencies and add pytest-sugar and pytest-xdist to p…
Browse files Browse the repository at this point in the history
…yproject.toml
  • Loading branch information
orban committed Sep 26, 2024
1 parent 731c355 commit 1eca84d
Show file tree
Hide file tree
Showing 4 changed files with 227 additions and 156 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ tests:
poetry run pytest

tests-basic:
poetry run pytest tests/test_basic.py
poetry run pytest tests/test_map.py
poetry run pytest tests/test_map_parallel.py
poetry run pytest tests/test_filter.py
poetry run pytest tests/test_api.py

lint:
Expand Down
Loading

0 comments on commit 1eca84d

Please sign in to comment.