Merge pull request #8584 from nicoddemus/pygments-testing-extra

Make pygments part of 'testing' extras
This commit is contained in:
Anthony Sottile 2021-04-24 19:55:13 -07:00 committed by GitHub
commit 0341893512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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