Skip to content

Commit

Permalink
add pytest-cov to dev envs
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Oct 29, 2024
1 parent 2d2bbbe commit 26e3afc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev/env-py38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies:
- pydantic-settings
- pyright
- pytest
- pytest-cov
- pytest-xdist
- python-dotenv
- python=3.8 # changed
Expand Down
1 change: 1 addition & 0 deletions dev/env-tf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies:
- pydantic-settings
- pyright
- pytest
- pytest-cov
- pytest-xdist
- python-dotenv
# - python=3.9 # removed
Expand Down
1 change: 1 addition & 0 deletions dev/env-wo-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies:
- pydantic-settings
- pyright
- pytest
- pytest-cov
- pytest-xdist
- python-dotenv
# - python=3.9 # removed
Expand Down
1 change: 1 addition & 0 deletions dev/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies:
- pydantic-settings
- pyright
- pytest
- pytest-cov
- pytest-xdist
- python-dotenv
- python=3.9
Expand Down

0 comments on commit 26e3afc

Please sign in to comment.