From 3aa4221e0a2ebe3e5db4eb78ed70aa0a5089ea99 Mon Sep 17 00:00:00 2001 From: Edmilson Monteiro Rodrigues Neto Date: Wed, 29 Jan 2025 10:33:06 +0000 Subject: [PATCH] chore: remove deps backports-datetime-fromisoformat --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index be51d0e6a..5356d45fa 100644 --- a/tox.ini +++ b/tox.ini @@ -52,8 +52,6 @@ commands = [testenv:unit] envdir = {toxworkdir}/py3 -deps = - backports-datetime-fromisoformat commands = pytest {toxinidir}/tests/unit {posargs}