summaryrefslogtreecommitdiff
path: root/src/_pytest/compat.py
AgeCommit message (Expand)Author
2020-12-30Fix failing staticmethod tests if they are inherited (#8205)Anton
2020-12-30[pre-commit.ci] pre-commit autoupdate (#8201)pre-commit-ci[bot]
2020-10-17Update mypy 0.782 -> 0.790Ran Benita
2020-10-06py36+: remove _pytest.compat.order_preserving_dictAnthony Sottile
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-03py36+: remove rexport of Path and PurePathAnthony Sottile
2020-10-03Merge pull request #7846 from asottile/py36_blackAnthony Sottile
2020-10-03py36+: update the target version of black to py36Anthony Sottile
2020-10-03py36+: remove _pytest.compat.overloadAnthony Sottile
2020-10-03Merge pull request #7840 from asottile/py36_typing_TypeAnthony Sottile
2020-10-02py36+: from typing import Type: no longer need guardAnthony Sottile
2020-10-02py36+: remove _pytest.compat.fspathAnthony Sottile
2020-10-02Merge pull request #7835 from asottile/py36_miscAnthony Sottile
2020-10-02Merge pull request #7834 from asottile/py36_TYPE_CHECKINGAnthony Sottile
2020-10-02py36+: miscellaneous (3, 6) cleanupAnthony Sottile
2020-10-02py36+: remove TYPE_CHECKING from _pytest.compatAnthony Sottile
2020-10-02py36+: remove _pytest.compat.MODULE_NOT_FOUND_ERRORAnthony Sottile
2020-09-27Bump attrs requirement from >=17.4.0 to >=19.2.0Ran Benita
2020-09-22Mark some public and to-be-public classes as `@final`Ran Benita
2020-08-14Don't use NotImplementedError in `@overload`sRan Benita
2020-08-06Replace some usages of py.path.localRan Benita
2020-08-04typing: set warn_unreachableRan Benita
2020-08-01Format docstrings in a consistent styleRan Benita
2020-07-31typing: set no_implicit_reexportRan Benita
2020-06-13Introduce --import-mode=importlib (#7246)Bruno Oliveira
2020-06-05Type annotate ParameterSetRan Benita
2020-05-12Remove no longer needed noqa'sRan Benita
2020-05-06Use dict instead of OrderedDict on Python 3.7Ran Benita
2020-05-05Move Capture classes from compat to capture and improve namingDaniel Hahler
2020-05-01Let unittest frameworks deal with async functionsBruno Oliveira
2020-03-30deprecate the pytest.collect moduleRonny Pfannschmidt
2020-02-15Type annotate MetafuncRan Benita
2020-02-11Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2020-02-04Remove compat.getfslinenoDaniel Hahler
2020-02-03typing: fix getfslinenoDaniel Hahler
2020-02-03internal: clean up getfslinenoDaniel Hahler
2020-01-31Merge branch 'master' into master-to-featuresRan Benita
2020-01-30minor: doc: getfuncargnames: move TODO out of docstringDaniel Hahler
2020-01-24Merge master into featuresDaniel Hahler
2020-01-23typing: PyobjMixin.reportinfo, getfslinenoDaniel Hahler
2020-01-22Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2020-01-19typing: fix some "incompatible types in assignment" with pyDaniel Hahler
2020-01-16Merge master into featuresDaniel Hahler
2020-01-16Use `TYPE_CHECKING` instead of `False`Daniel Hahler
2020-01-14Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2020-01-14Remove "pragma: no cover" commentsDaniel Hahler
2020-01-14master: update mypy 0.740 -> 0.761Ran Benita
2019-12-09Include new --capture-mode=tee-sys optioncmachalo
2019-12-02Update mypy 0.740 -> 0.750Ran Benita