summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2018-02-17Merge pull request #3228 from thisch/update_attrBruno Oliveira
Update minimal attrs library to v17.4.0
2018-02-15Fix raised warning when attrs 17.4.0 is usedThomas Hisch
Related: #3223
2018-02-02Support py37 officiallyBruno Oliveira
Python 3.7.0b1 has been released: https://www.python.org/downloads/release/python-370b1/ Fix #3168
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
Prevent pip from installing pytest in unsupported Python versions
2017-11-14Prevent pip from installing pytest in unsupported Python versionsBruno Oliveira
Fix #2922
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
for FixtureFunctionMarker and marks
2017-10-19Replace introspection in compat.getfuncargnames() with ↵Ceridwen
inspect/funcsigs.signature
2017-10-12Merge pull request #2794 from thisch/catchlogRonny Pfannschmidt
Merge pytest-catchlog plugin
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
Fix #2737
2017-08-25Use latest patch releaseTyler Goodlet
2017-08-24Drop vendoring from packagingTyler Goodlet
2017-08-24Stop vendoring pluggyTyler Goodlet
Resolves #2716
2017-08-04Merge pull request #2650 from srinivasreddy/2642Ronny Pfannschmidt
Fixed#2642: Convert py module references to six module
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
since setuptools 18.6 fixes the issues with develop installs https://github.com/pypa/setuptools/blob/master/CHANGES.rst#186 https://github.com/pypa/setuptools/issues/439
2017-01-22Add py36 identifierVictor Uriarte
and order AUTHORS
2017-01-22take off author_email after pypi rejectsRonny Pfannschmidt
2016-12-19Explicitly add setuptools to install_requiresStefan Scherfke
Setuptools is used in `_pytest/config.py` but was not explicitly listed as requirement. This led to an error when creating a Conda package for pytest since setuptools is not necessarily installed by default in Conda envs.
2016-11-09Add keywords to setup.py as suggested by pyromaBruno Oliveira
Related to #1
2016-06-27drop python 3.0-3.2 support code from setup.pyRonny Pfannschmidt
addresses #1627
2016-06-25Remove all py.test-X* entry points.Oliver Bestwalter
The versioned, suffixed entry points are not documented and a leftover from a pre-virtualenv world. They also are broken for wheels.
2016-06-21Introduce pytest command as recommended entry pointDave Hunt
Fixes #1629
2016-05-18Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz
As per their email ‘Changes to project subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified. One was not modified - `http://media.readthedocs.org/epub/pytest/latest/pytest.epub` - since it doesn't work on `readthedocs.io`.
2016-01-25Moved py.code code over to py.testBruno Oliveira
Fix #103
2015-09-17Merge pull request #1019 from mdboom/python3.5-docsholger krekel (rather uses bitbucket/hpk42)
Various updates to the docs to mention support for Python 3.5
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 ↵holger krekel
f22d14b105553e99946ccdbe8c47bc450863d843
2015-09-07Create `_pytest.vendored_packages` and _pytest._pluggyBruno Oliveira
- Replace imports from "pluggy" to "_pytest._pluggy" - Fallback to import "pluggy" from global namespace if not found in _pytest.vendored_packges
2015-07-25use setuptools_scm to determine the versionRonny Pfannschmidt
2015-06-23Merge branch 'pytest-2.7'holger krekel
Conflicts: AUTHORS _pytest/__init__.py setup.py testing/conftest.py tox.ini
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
and reraise real keyboard interrupts during inline pytest runs to allow for better stopping of the pytest tests. --HG-- branch : plug30
2015-05-06- make sure sub pytest runs use the same basetempholger krekel
- depend on pluggy < 0.3 --HG-- branch : pluggy1
2015-05-05- some more adaptation to most recent pluggy APIholger krekel
- avoid using pluggin underscore api - show pluggy version in header --HG-- branch : pluggy1
2015-04-29adapt pytest to using pluggy (current master)holger krekel
--HG-- branch : pluggy1