Skip to content

Commit

Permalink
chore: add virtualenv as test dependency (#1857)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jun 29, 2023
1 parent 4e873e0 commit ec69d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion etc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
- pytest-dotenv
- pytest-virtualenv
- pytest-xdist

- virtualenv

# optional
- python-dateutil>=2.4.0
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ test = [
"pytest-dotenv",
"pytest-virtualenv",
"pytest-xdist",
"virtualenv"
]
optional = [
"affine",
Expand Down

0 comments on commit ec69d77

Please sign in to comment.