Skip to content

Commit

Permalink
add back cov
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed May 2, 2024
1 parent 4223442 commit eeda87c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
run: python -m pip list

- name: Run tests
run: make test_softdeps_full
run: make PYTESTOPTIONS="--cov --matrixdesign=False --timeout=600" test_softdeps_full

test-mlflow:
needs: test-nosoftdeps
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ dev = [
"httpx",
"pre-commit",
"pytest",
"pytest-cov",
"pytest-randomly",
"pytest-timeout",
"pytest-xdist",
Expand All @@ -250,6 +251,7 @@ docs = [
]
tests = [
"pytest>=7.4,<8.3",
"pytest-cov>=4.1,<5.1",
"pytest-randomly<3.16,>=3.15",
"pytest-timeout>=2.1,<2.4",
"pytest-xdist>=3.3,<3.7",
Expand Down

0 comments on commit eeda87c

Please sign in to comment.