From f62d59295412b00306af1548a63dc447edf1f847 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Tue, 24 Dec 2024 07:54:16 -0500 Subject: [PATCH] Remove spurious pytest-runner dependency from tox.ini It has been deprecated upstream for some time, and the project is now archived. It is not required for running the tests via tox anyway, so nothing seems to be lost by removing the dependency. --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7d5c5d8..03bd90e 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,6 @@ isolated_build = True deps = freezegun pytest - pytest-runner commands = pytest