# HG changeset patch # User Jeff Hammel # Date 1494725534 25200 # Node ID 13de6f87c323cf5fbb612a7e44967d1b6a85b497 # Parent b4a3e8bbe09502404bf0ef48ad7889997df5f5e8 add pytest in anticipation of future greatness diff -r b4a3e8bbe095 -r 13de6f87c323 setup.py --- a/setup.py Fri Mar 31 18:16:36 2017 -0700 +++ b/setup.py Sat May 13 18:32:14 2017 -0700 @@ -39,7 +39,7 @@ 'tempita >= 0.5.1', 'webob', ], - tests_require=['tox'], + tests_require=['tox', 'pytest'], entry_points=""" # -*- Entry points: -*- [console_scripts]