Skip to content

Commit

Permalink
config: #1161, use deptry in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lisphilar committed Sep 5, 2022
1 parent b236557 commit 8fade61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/full_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
pip install pip --upgrade
pip install git+https://github.com/h2oai/datatable.git
pip install .
pip install pytest pytest-cov
pip install deptry pytest pytest-cov
deptry .
pytest -v --maxfail=1 tests
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ remove-dev:
test:
@# All tests: make test
@# Selected tests: make test target=/test_scenario.py::TestScenario
@deptry .
@poetry run pflake8 covsirphy
@poetry run pytest tests${target}

Expand Down

0 comments on commit 8fade61

Please sign in to comment.