# HG changeset patch # User Jeff Hammel # Date 1491003482 25200 # Node ID 1f84c6def8bd8a13b8452436b688a7ed26db1be0 # Parent 70f5be036103da516cddb814c23a0f65e66a7bec pave way for pytest diff -r 70f5be036103 -r 1f84c6def8bd setup.py --- a/setup.py Thu Mar 30 19:43:19 2017 -0700 +++ b/setup.py Fri Mar 31 16:38:02 2017 -0700 @@ -31,7 +31,7 @@ 'PyRSS2Gen', ], dependency_links=['http://www.dalkescientific.com/Python/PyRSS2Gen-1.0.0.tar.gz#egg=PyRSS2Gen'], - tests_require=['tox'], + tests_require=['tox', 'pytest'], entry_points=""" [console_scripts] create-decoupage-index = decoupage.create_index:main