From 5d9806085ee5a2e1a70ef1db426cc833d2a53756 Mon Sep 17 00:00:00 2001 From: Jackson Burns Date: Sun, 30 Jun 2024 19:33:00 -0400 Subject: [PATCH] pass tests paths explicitly to fix python 3.12 discovery bug --- .conda/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.conda/meta.yaml b/.conda/meta.yaml index fd6c391..fea91b5 100644 --- a/.conda/meta.yaml +++ b/.conda/meta.yaml @@ -32,7 +32,7 @@ test: - pydas.dassl - pydas.daspk commands: - - python -m unittest -v tests + - python -m unittest -v tests/daspkTest.py tests/dasslTest.py about: home: http://github.com/ReactionMechanismGenerator/PyDAS