From 29048b328e9e96979fa0ea6f66b4e7cf4287a4b2 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Wed, 2 Mar 2022 15:29:49 +0100 Subject: [PATCH] Add nbval to test requires --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index f84c1197d..bd0656a52 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,6 +37,7 @@ install_requires = [options.extras_require] test = coverage + nbval pytest>=6.0 pytest-cov requests