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.
This commit is contained in:
Bruno Oliveira 2021-04-24 10:09:11 -03:00
parent 4764c85275
commit c9e30a7035
2 changed files with 1 additions and 1 deletions

View File

@ -70,6 +70,7 @@ testing =
hypothesis>=3.56
mock
nose
pygments>=2.7.2
requests
xmlschema

View File

@ -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