From 48656883efa410823b59b8921f3d91aac1b74ee3 Mon Sep 17 00:00:00 2001 From: deng Date: Thu, 16 Jan 2025 11:59:28 +0800 Subject: [PATCH] vault backup: 2025-01-16 11:59:28 --- 組織/EverfortuneAI/{Note} Nox.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/組織/EverfortuneAI/{Note} Nox.md b/組織/EverfortuneAI/{Note} Nox.md index 280b681..f77cdf3 100644 --- a/組織/EverfortuneAI/{Note} Nox.md +++ b/組織/EverfortuneAI/{Note} Nox.md @@ -33,7 +33,13 @@ tags: # author: deng # date : 20250110 -import nox +import nox + + +nox.options.sessions = [ + 'test_flexibility' +] +nox.options.report = 'report.json' @nox.session(venv_backend='conda', python=['3.10', '3.11', '3.12'])