forked from github/pelican
Add Pytest as development dependency
This commit is contained in:
parent
b7368f919f
commit
f18429f23a
2 changed files with 7 additions and 1 deletions
|
|
@ -46,9 +46,14 @@ BeautifulSoup4 = "^4.7"
|
|||
lxml = "^4.3"
|
||||
markdown = "~3.1.1"
|
||||
typogrify = "^2.0"
|
||||
mock = "^3.0"
|
||||
sphinx = "=1.4.9"
|
||||
sphinx_rtd_theme = "^0.4.3"
|
||||
mock = "^3.0"
|
||||
pytest = "^5.2"
|
||||
pytest-cov = "^2.8"
|
||||
pytest-emoji = "^0.2.0"
|
||||
pytest-pythonpath = "^0.7.3"
|
||||
pytest-sugar = "^0.9.2"
|
||||
tox = "^3.13"
|
||||
flake8 = "^3.7"
|
||||
flake8-import-order = "^0.18.1"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
# Tests
|
||||
mock
|
||||
pytest
|
||||
|
||||
# Optional Packages
|
||||
Markdown >= 3.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue