From 14f2a684dd5bb69ab84569eeb5b11b987019a27e Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 24 Jun 2021 22:49:16 -0400 Subject: [PATCH] Move ipython to performance test extra. --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index fdd2ebb1..dc00cb3d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,9 +52,6 @@ testing = pyfakefs flufl.flake8 - # for performance tests - ipython - docs = # upstream sphinx @@ -63,4 +60,7 @@ docs = # local +perf = + ipython + [options.entry_points]