From 36b8b1f77f0c02407b144a0efb9c6b4e66bf9e67 Mon Sep 17 00:00:00 2001 From: Susanna Kiwala <susanna.kiwala@wustl.edu> Date: Thu, 18 Apr 2024 13:01:49 -0500 Subject: [PATCH] Upgrade to newer pytest version --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index f36c5d4..ba38831 100644 --- a/setup.py +++ b/setup.py @@ -31,11 +31,11 @@ ], extras_require={ 'test': [ - 'pytest==4.1.0', - 'pytest-cov==2.9.0', - 'attrs==18.2.0', + 'pytest==6.2.5', + 'pytest-cov==5.0.0', + 'attrs==22.1.0', 'python-coveralls', - 'coverage<5.0', + 'coverage<7.4.4', ], 'docs': [ 'sphinx',