From 084883704e845f0e914e69f3d98a097a1981a505 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Fri, 17 Jul 2020 13:11:02 -0500 Subject: [PATCH] Let pytest versions float to match CI scripts --- requirements.dev.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 5a08790..5bcd945 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -3,9 +3,9 @@ coverage==4.3.4 pbr==2.0.0 py==1.4.33 Pygments==2.2.0 -pytest==3.0.7 -pytest-cov==2.4.0 -pytest-mock==1.10.0 +pytest +pytest-cov +pytest-mock six==1.10.0 urwid==1.3.1 -numpy \ No newline at end of file +numpy -- GitLab