summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)Author
2017-07-26Add ordereddict to install_requires for py26Lawrence Mitchell
2017-05-31Install py 1.4.33 that contains the fnmatch py.std import fix.Andreas Pelme
2017-04-23restore setuptools_scm write_to usageRonny Pfannschmidt
2017-04-19restore linting, drop _pytest._version for check-manifestRonny Pfannschmidt
2017-04-19second take at setuptools_scmRonny Pfannschmidt
2017-01-22Add py36 identifierVictor Uriarte
2017-01-22take off author_email after pypi rejectsRonny Pfannschmidt
2016-12-19Explicitly add setuptools to install_requiresStefan Scherfke
2016-11-09Add keywords to setup.py as suggested by pyromaBruno Oliveira
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