11 Commits

Author SHA1 Message Date
Paul J. Dorn
611746edc9 CI: check entry points
Fixes: fdd23e82926d7d10ec4a8e65e42b5184a4ee20ce
2023-12-07 21:12:38 +01:00
Berker Peksag
e84068b518 Use tox in .travis.yml.
This way we can avoid code duplication.

Also, this change makes tests faster due to ignoring the sdist step
and adds Python 3.2, 3.4 and PyPy 3 to build matrix.
2014-10-19 02:12:59 +03:00
Berker Peksag
e8111b93ea Update pytest requirement.
This breaks Travis.

    pkg_resources.VersionConflict: (pytest 2.6.3 (/home/travis/virtualenv/python2.7.8/lib/python2.7/site-packages), Requirement.parse('pytest==2.6.1'))
2014-10-11 05:14:23 +03:00
benoitc
49d50c81e9 bump pytest version requirement
fix issue when testing with travis-ci.
2014-08-30 09:40:19 +02:00
Berker Peksag
3961e807b2 Remove py==1.4.22 from requirements_dev.txt.
It's not a direct dependency for Gunicorn. Only used by py.test.
2014-08-07 23:20:42 +03:00
WooParadog
2753aac65b Fix PyTest class in setup.py.
It should be subclass of `setuptools.command.test`. Also, use it in
.travis.yml.
2014-08-01 15:30:20 +03:00
benoitc
77a30d3671 ease the doc. test with the default rtd theme 2013-12-26 13:19:36 +01:00
benoitc
9d972a1d6a fix tests under py3 2013-12-26 13:06:09 +01:00
benoitc
a397d90774 don't depend on entry point for internal classes.
We don't have to depend on entry points when loading suppoorted workers
nad extensions, instead use the absolute path to load the class.

fix #259
2013-12-26 11:33:05 +01:00
benoitc
fa5af28cf6 update tox & makefile for py.test 2012-10-26 21:07:27 +02:00
benoitc
f6dee213bd we are now using py.test for testing 2012-10-24 23:22:18 +02:00