From 17252e0896ac18d7b15284d8dc4e2ecb16b050c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= Date: Tue, 1 Jun 2021 13:02:22 +0300 Subject: [PATCH] Remove unnecessary pin. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ebb7e9b0..d3f9f133 100755 --- a/setup.py +++ b/setup.py @@ -132,7 +132,7 @@ def run(self): 'testing': [ 'fields', 'hunter', - 'process-tests==2.0.2', + 'process-tests', 'six', 'pytest-xdist', 'virtualenv',