From c9e30a703564689eac04ee9d10a2eb47bd970262 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 24 Apr 2021 10:09:11 -0300 Subject: [PATCH] Make pygments part of 'testing' extras Tests in test_terminalwriter depend on pygments being installed to work, so it should be installed with the `testing` extras. --- setup.cfg | 1 + tox.ini | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e9b8e597f..f65866b36 100644 --- a/setup.cfg +++ b/setup.cfg @@ -70,6 +70,7 @@ testing = hypothesis>=3.56 mock nose + pygments>=2.7.2 requests xmlschema diff --git a/tox.ini b/tox.ini index b64608adc..1c1d2bb2c 100644 --- a/tox.ini +++ b/tox.ini @@ -47,7 +47,6 @@ deps = numpy: numpy>=1.19.4 pexpect: pexpect>=4.8.0 pluggymain: pluggy @ git+https://github.com/pytest-dev/pluggy.git - pygments>=2.7.2 unittestextras: twisted unittestextras: asynctest xdist: pytest-xdist>=2.1.0