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:
parent
4764c85275
commit
c9e30a7035
|
@ -70,6 +70,7 @@ testing =
|
|||
hypothesis>=3.56
|
||||
mock
|
||||
nose
|
||||
pygments>=2.7.2
|
||||
requests
|
||||
xmlschema
|
||||
|
||||
|
|
Loading…
Reference in New Issue