summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)Author
2018-05-23run blackRonny Pfannschmidt
2018-04-24Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2018-04-12Attempt to solve race-condition which corrupts .pyc files on WindowsBruno Oliveira
2018-04-11Add additional project urls to setup.pyBruno Oliveira
2018-04-03Use correct spelling for "more-itertools"Stefan Scherfke
2018-03-04Reintroduce more_itertools dependencyBruno Oliveira
2018-02-22update setup.py for the mark packageRonny Pfannschmidt
2018-02-17Merge pull request #3228 from thisch/update_attrBruno Oliveira
2018-02-15Fix raised warning when attrs 17.4.0 is usedThomas Hisch
2018-02-02Support py37 officiallyBruno Oliveira
2018-01-09Add support for new environment marker usagesTzu-ping Chung
2017-11-24Update pluggy pin to pluggy>=0.5,<0.7 after pluggy-0.6 releaseBruno Oliveira
2017-11-21Require py>=1.5.0Bruno Oliveira
2017-11-15Update pluggy pin to 0.5.*Bruno Oliveira
2017-11-15Merge pull request #2928 from nicoddemus/python-requiresFlorian Bruhin
2017-11-14Prevent pip from installing pytest in unsupported Python versionsBruno Oliveira
2017-11-14Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2017-11-12Pin py<1.5 as 1.5 drops py26 and py33 supportBruno Oliveira
2017-10-30introduce attrs as dependency and use itRonny Pfannschmidt
2017-10-19Replace introspection in compat.getfuncargnames() with inspect/funcsigs.signa...Ceridwen
2017-10-12Merge pull request #2794 from thisch/catchlogRonny Pfannschmidt
2017-10-10Remove code for unsupported Python versionshugovk
2017-10-09start the removal of python 2.6/3.3 supportRonny Pfannschmidt
2017-09-22Upgrade pyThomas Hisch
2017-09-01Add test environment using pluggy from master branchBruno Oliveira
2017-08-25Use latest patch releaseTyler Goodlet
2017-08-24Drop vendoring from packagingTyler Goodlet
2017-08-24Stop vendoring pluggyTyler Goodlet
2017-08-04Merge pull request #2650 from srinivasreddy/2642Ronny Pfannschmidt
2017-08-04convert py module references to six moduleSrinivas Reddy Thatiparthy
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