Skip to content

Commit

Permalink
Make pytest-cov a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Sep 3, 2024
1 parent 94199dc commit e360754
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
- name: Install Poetry environment
run: |
poetry install
poetry run pip install pytest-cov
- name: Test with pytest
env:
BENCHMARK: ${{ matrix.benchmark }}
Expand Down
107 changes: 106 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ pandas = "*"
psycopg = { version = "*", extras = ["binary"] }
pytest = "*"
pytest-benchmark = "*"
pytest-cov = "^5.0.0"
pytest-doctestplus = "*"
pytest-postgresql = ">=4.0.0"

Expand Down

0 comments on commit e360754

Please sign in to comment.