1
0
Fork 0
forked from github/pelican

Add Pytest as development dependency

This commit is contained in:
Justin Mayer 2019-11-12 07:45:36 -08:00
commit f18429f23a
2 changed files with 7 additions and 1 deletions

View file

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

View file

@ -1,5 +1,6 @@
# Tests
mock
pytest
# Optional Packages
Markdown >= 3.1