summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)Author
2019-06-28Remove astor and reproduce the original assertion expressionAnthony Sottile
2019-06-24Assertion passed hookVictor Maryama
2019-06-03manual: remove dependence on sixAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-06-02Drop Python 2.7 and 3.4 supportBruno Oliveira
2019-05-28Merge master into featuresDaniel Hahler
2019-05-27Switch to importlib-metadataAnthony Sottile
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-05-09Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2019-05-09Pin pluggy to <1.0Bruno Oliveira
2019-05-08Require pluggy>=0.11Sitaktif
2019-04-05use wcwidthDaniel Hahler
2019-03-05Merge branch 'master' into merge-master-into-featuresDaniel Hahler
2019-03-03tox/setup.py: remove _PYTEST_SETUP_SKIP_PLUGGY_DEP=1 hackDaniel Hahler
2019-03-01Run isortDaniel Hahler
2019-02-27Fix test_argcomplete: use python -m pytestDaniel Hahler
2019-02-25Merge pull request #4727 from nicoddemus/early-load-4718Bruno Oliveira
2019-02-24-p option now can be used to early-load plugins by entry-point nameBruno Oliveira
2019-02-24Require funcsigs>=1.0 on Python 2.7Bruno Oliveira
2019-02-12Constrain more_itertools for Python 2.7 compatibilitySam Brightman
2018-11-18setup.py: add "testing" extra requirementDaniel Hahler
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-10-17fix #4177 - pin setuptools>=40.0Ronny Pfannschmidt
2018-10-15move most setuptools parameters over to setup.cfgRonny Pfannschmidt
2018-10-14modernize packaging for setuptools>30.3Ronny Pfannschmidt
2018-08-30Move code to get width of current line to a functionBruno Oliveira
2018-08-30try to be backwards compatwim glenn
2018-08-30improve line width estimatewim glenn
2018-08-28Use https; save a redirectSteve Piercy
2018-08-01fix #3757 by pinning to pathlib2 that supports __fspath__Ronny Pfannschmidt
2018-07-29Warn when implementations exist for pytest_namespace hookBruno Oliveira
2018-07-29Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2018-07-28Pin pluggy to <0.8Bruno Oliveira
2018-06-26merge from master to featuresRonny Pfannschmidt
2018-06-22whops, its supported starting with python 3.6, not python 3.5Ronny Pfannschmidt
2018-06-22use pathlib2 up to python3.4 - damn the stdlibRonny Pfannschmidt
2018-06-22port cache plugin internals to pathlibRonny Pfannschmidt
2018-06-15Merge pull request #3535 from RonnyPfannschmidt/config-splitAnthony Sottile
2018-06-07Remove setup.py test now that it's brokenAnthony Sottile
2018-06-05turn config into packageRonny Pfannschmidt
2018-05-26switch to src layoutRonny Pfannschmidt
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