From 7d972d64c7249f7e99445f4215ec40e68f349029 Mon Sep 17 00:00:00 2001 From: Chris Tomkins-Tinch Date: Thu, 3 Oct 2019 12:04:40 -0400 Subject: [PATCH] pin attrs=19.1.0 for now (#990) See: https://stackoverflow.com/questions/58189683/typeerror-attrib-got-an-unexpected-keyword-argument-convert This can be removed once pytest has been updated to >5.2.0 --- requirements-conda-tests.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-conda-tests.txt b/requirements-conda-tests.txt index bbcfc1b09..051088dda 100644 --- a/requirements-conda-tests.txt +++ b/requirements-conda-tests.txt @@ -4,6 +4,7 @@ lxml=4.3.3 mock=2.0.0 pycodestyle=2.2.0 pytest=4.2.0 +attrs=19.1.0 pytest-cov==2.6.1 pytest-mock=1.10.0 pytest-xdist=1.26.1