From b84cee41be1a7adce6b851a826d7b0a61d8e8f30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Sun, 2 Jun 2019 12:36:39 +0200 Subject: [PATCH] Temporarily pin pytest See https://github.com/pytest-dev/pytest/issues/1888#issuecomment-498019012 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index bef3558a5..d08d9968c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -73,7 +73,7 @@ dev = nbsphinx pycodestyle pytest-cov<2.6.0 - pytest>=3.2 + pytest>=3.2,<4.6 sphinx sphinx_rtd_theme>=0.4.3 nbsphinx