From 73d560666d02ca1b448f139c9d453faec3ce8249 Mon Sep 17 00:00:00 2001 From: Akshay Gupta Date: Thu, 21 May 2026 21:06:24 +0000 Subject: [PATCH] build: using the new edgetest config format and adding a cooldown --- pyproject.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f2330cf..1fa2c29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -152,7 +152,11 @@ ignore_missing_imports = true allow_redefinition = true disable_error_code = "empty-body" -[edgetest.envs.core] +[tool.edgetest] +exclude_newer = "3 days" + +[[tool.edgetest.env]] +name = "core" extras = [ "tests", ] @@ -167,7 +171,8 @@ upgrade = [ "tomlkit", ] -[edgetest.envs.low] +[[tool.edgetest.env]] +name = "low" extras = [ "tests", ]