summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)Author
2016-06-27drop python 3.0-3.2 support code from setup.pyRonny Pfannschmidt
2016-06-25Remove all py.test-X* entry points.Oliver Bestwalter
2016-06-21Introduce pytest command as recommended entry pointDave Hunt
2016-05-18Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz
2016-01-25Moved py.code code over to py.testBruno Oliveira
2015-09-17Merge pull request #1019 from mdboom/python3.5-docsholger krekel (rather uses bitbucket/hpk42)
2015-09-17update changelog/author info, bump version numberholger krekel
2015-09-17Various Python 3.5 documentation mentionsMichael Droettboom
2015-09-17revert setuptools_scm addition introduced with f22d14b105553e99946ccdbe8c47bc...holger krekel
2015-09-07Create `_pytest.vendored_packages` and _pytest._pluggyBruno Oliveira
2015-07-25use setuptools_scm to determine the versionRonny Pfannschmidt
2015-06-23Merge branch 'pytest-2.7'holger krekel
2015-06-22bump version to 2.7, depend on py-1.4.29holger krekel
2015-05-07make default depend on just published py/pluggy releasesholger krekel
2015-05-07use new pluggy api (now at 0.3.0) for adding hookcall monitoringholger krekel
2015-05-06- make sure sub pytest runs use the same basetempholger krekel
2015-05-05- some more adaptation to most recent pluggy APIholger krekel
2015-04-29adapt pytest to using pluggy (current master)holger krekel
2015-04-17change test module importing behaviour to append to sys.pathholger krekel
2015-04-12Do imports at the head of the fileFloris Bruynooghe
2015-04-10Rename function and add nice docstring.Ionel Cristian Maries
2015-04-10Make argpase a dependency for python 3.0 and 3.1 too.Ionel Cristian Maries
2015-04-10Test for setuptools 0.7.2, turns out there's no 0.7 release on pypi.Ionel Cristian Maries
2015-04-10Improve version test (use pkg_resources to compare versions). Also log failur...Ionel Cristian Maries
2015-04-10Add support for building proper wheels (universal and proper dependency evnir...Ionel Cristian Maries
2015-04-02- avoid setting of versions and targets in conf.py and Makefileholger krekel
2015-03-26bump versions to dev, including changing the doc-install target to "dev"holger krekel
2015-03-26bump verrsion to python2.7, fix a too precise test for windows, regen docsholger krekel
2015-03-01allow to override parametrized fixtures with non-parametrized ones and vice v...Anatoly Bubenkov
2014-10-26bump version to 2.7 on defaultholger krekel
2014-09-24bump version to 2.6.4.devholger krekel
2014-09-24regen and fix some docs (tox -e regen)holger krekel
2014-09-15fix conftest related fixture visibility issue: when running with aholger krekel
2014-09-14fix issue589: fix bad interaction with numpy and others when showingholger krekel
2014-09-05fix issue582: fix setuptools example, thanks Laszlo Papp and Ronnyholger krekel
2014-09-05prepare 2.6.2, release announcement, also add HOWTORELEASE.rstholger krekel
2014-08-14Depend on newer version of pyFloris Bruynooghe
2014-08-08fix issue561 example adapted to python3.holger krekel
2014-08-07finalize pytest-2.6.1 release, regen docsholger krekel
2014-08-07fix issue555: just add "errors" attribute to internal Capture stream.holger krekel
2014-08-01put some imports back to function-level and streamline py2/py3 compat in one ...holger krekel
2014-07-28address issue170 by merging David Mohr's PR on adding "raises" as an optionalholger krekel
2014-07-17bump version, preliminary announcementholger krekel
2014-07-17pytest depends on the freshly released 1.4.22 to function properlyholger krekel
2014-06-29fix issue364: shorten and enhance tracebacks representation by default.holger krekel
2014-05-13update the list of officially supported Python versions in setup.pyJurko Gospodnetić
2014-05-13stylistic setup.py code cleanupJurko Gospodnetić
2014-05-09setup.py: Require argparse for PY3 < 3.2Marc Abramowitz
2014-04-03bump version to 2.6.0.dev1 because i think we are going for a 2.6.0 release nextholger krekel
2014-04-02fix issue493: don't run tests in doc directory with ``python setup.py test``holger krekel