From 5939b73640b7d99174d1c54e849abcce783bc780 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Thu, 26 Sep 2024 15:07:41 +0200 Subject: [PATCH] Remove py from test-requirements.txt `py` is in maintenance mode and nothing in this project depends on it. --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 6e8c24c0e..668b82e2e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,6 @@ nose>=1.3.7 pytest pytest-cov pluggy>=0.3.1 -py>=1.4.31 randomize>=0.13 sphinx>=1.4 # BSD recommonmark