From 06b683aac847aaac82de637168eb275dd3f713cb Mon Sep 17 00:00:00 2001 From: adam-urbanczyk Date: Sun, 20 Jun 2021 14:21:29 +0200 Subject: [PATCH] Add path to the test reqs --- conda/meta.yaml | 1 + environment.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index b1304161a..118c8ee6d 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -27,6 +27,7 @@ test: requires: - pytest - docutils + - path source_files: - tests/ commands: diff --git a/environment.yml b/environment.yml index dedc80fee..c32e67511 100644 --- a/environment.yml +++ b/environment.yml @@ -20,6 +20,7 @@ dependencies: - typing_extensions - nptyping - scipy + - path - pip - pip: - "--editable=."