Skip to content

Commit

Permalink
add testing packages to conda env yamls for testing install from whee…
Browse files Browse the repository at this point in the history
…ls and black for dev
  • Loading branch information
Adamtaranto committed Jan 5, 2025
1 parent 1252c8f commit 4a9b9a6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions env_osx64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@ dependencies:
- wand # Python bindings for ImageMagick
- pip
- pip:
- black
- hatch
- mock
- pytest
- pytest-benchmark
- pytest-cov
- PyYAML
7 changes: 6 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@ dependencies:
- wand # Python bindings for ImageMagick
- pip
- pip:
- pytest
- black
- hatch
- mock
- pytest
- pytest-benchmark
- pytest-cov
- PyYAML

0 comments on commit 4a9b9a6

Please sign in to comment.