From b0f700ec6feb8773ad672d909e601611bff54339 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 21 Oct 2024 22:30:59 +0300 Subject: [PATCH] Fix pyproject.toml name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56079fa..e691bb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ filterwarnings = [ ] testpaths = [ "tests" ] -[dependency_groups] +[dependency-groups] test = [ "freezegun", "pytest",