From 5ff038793ad0b8e6d422db8578f2cdbc426e9408 Mon Sep 17 00:00:00 2001 From: Zozi Date: Tue, 6 Aug 2024 12:43:19 -0600 Subject: [PATCH] chore: Update PyPi package publishing workflow --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0893a07..c6ae0b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,6 @@ requires-python = ">=3.7" "Source" = "https://github.com/Zozi96/linq_tool" "Tracker" = "https://github.com/Zozi96/linq_tool/issues" - [tool.pytest.ini_options] minversion = "6.0" addopts = "-ra -q"