From 4a9b9a69d8b0deaba3196fa8cc633cb46950bede Mon Sep 17 00:00:00 2001 From: Adam Taranto Date: Sun, 5 Jan 2025 17:42:25 +1100 Subject: [PATCH] add testing packages to conda env yamls for testing install from wheels and black for dev --- env_osx64.yml | 5 +++++ environment.yml | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/env_osx64.yml b/env_osx64.yml index 74bf21e8..f3ea7655 100644 --- a/env_osx64.yml +++ b/env_osx64.yml @@ -10,5 +10,10 @@ dependencies: - wand # Python bindings for ImageMagick - pip - pip: + - black - hatch + - mock - pytest + - pytest-benchmark + - pytest-cov + - PyYAML \ No newline at end of file diff --git a/environment.yml b/environment.yml index f47d16c7..ce923a98 100644 --- a/environment.yml +++ b/environment.yml @@ -10,5 +10,10 @@ dependencies: - wand # Python bindings for ImageMagick - pip - pip: - - pytest + - black - hatch + - mock + - pytest + - pytest-benchmark + - pytest-cov + - PyYAML