mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Move more test deps from CI config to requirements
This commit is contained in:
parent
2a5bb109ba
commit
88100484e0
2 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
# Tests
|
# Tests
|
||||||
mock
|
mock
|
||||||
pytest==5.3.5
|
pytest==5.3.5
|
||||||
|
pytest-cov
|
||||||
|
|
||||||
# Optional Packages
|
# Optional Packages
|
||||||
Markdown >= 3.1
|
Markdown >= 3.1
|
||||||
|
|
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -10,8 +10,6 @@ passenv = *
|
||||||
usedevelop=True
|
usedevelop=True
|
||||||
deps =
|
deps =
|
||||||
-rrequirements/test.pip
|
-rrequirements/test.pip
|
||||||
pytest
|
|
||||||
pytest-cov
|
|
||||||
pygments==2.1.3
|
pygments==2.1.3
|
||||||
|
|
||||||
commands =
|
commands =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue