summaryrefslogtreecommitdiff
path: root/changelog
AgeCommit message (Expand)Author
2020-09-12Merge pull request #7745 from asottile/exec_globals_type_problemBruno Oliveira
2020-09-12Merge pull request #7736 from nicoddemus/extend-fixture-parametrize-1953Bruno Oliveira
2020-09-11Fix INTERNALERROR when accessing locals / globals with faulty `exec`Anthony Sottile
2020-09-12Merge pull request #7720 from pytest-dev/release-6.0.2Ran Benita
2020-09-11Allow ovewriting a parametrized fixture while reusing the parent fixture's valueBruno Oliveira
2020-09-05Make min duration configurable for slowest tests (#7667)Sorin Sbarnea
2020-09-04Merge pull request #7685 from bluetech/py-to-pathlib-2Ran Benita
2020-09-04Merge pull request #7708 from nicoddemus/repr-line-7707Bruno Oliveira
2020-09-04config: add Config.{rootpath,inipath}, turn Config.{rootdir,inifile} to prope...Ran Benita
2020-09-04Integrate warnings filtering directly into Config (#7700)Bruno Oliveira
2020-09-03Fix handle of exceptions in ReprEntry with tb=lineBruno Oliveira
2020-08-26python: skip pytest_pycollect_makeitem work on certain namesRan Benita
2020-08-25python: fix empty parametrize() leading to "NotSetType.token" idRan Benita
2020-08-24Merge pull request #7651 from bluetech/capture-safe-disableRan Benita
2020-08-23Merge pull request #7673 from bluetech/logging-fix-handler-restoreRan Benita
2020-08-22logging: fix handler level restored incorrectly if caplog.set_level is called...Ran Benita
2020-08-22Reintroduce warnings postponed in 6.0 (#7637)Maximilian Cosmo Sitter
2020-08-19Remove resultlog pluginBruno Oliveira
2020-08-19Add bottom changelog deprecation noticeBruno Oliveira
2020-08-19Remove deprecated TerminalReporter.writer propertyBruno Oliveira
2020-08-19Change junit_family default to xunit2Bruno Oliveira
2020-08-19Hard failure when constructing Node subclassesBruno Oliveira
2020-08-19Drop support for positional arguments in @pytest.fixtureBruno Oliveira
2020-08-19Remove funcargnames compatibility propertyBruno Oliveira
2020-08-18Merge pull request #7648 from bluetech/pylint-abc2Ran Benita
2020-08-17Merge pull request #7643 from nicoddemus/issue-7628Bruno Oliveira
2020-08-16capture: fix disabled()/global_and_fixture_disabled() enabling capturing when...Ran Benita
2020-08-15Fix Module.name from full path without drive letterBruno Oliveira
2020-08-15Merge pull request #7639 from nicoddemus/issue-7638Bruno Oliveira
2020-08-15Only define gethookproxy, isinitpath on SessionRan Benita
2020-08-14Add changelog for PR #7631Ran Benita
2020-08-12get_dirs_from_args handles paths with invalid syntaxBruno Oliveira
2020-08-12Remove faq.rst from docs (#7635)Maximilian Cosmo Sitter
2020-08-01Merge pull request #7586 from nicoddemus/cp-releaseBruno Oliveira
2020-07-30Stop using more-itertoolsRan Benita
2020-07-30Merge pull request #7584 from pytest-dev/release-6.0.1Bruno Oliveira
2020-07-30Add missing changelog for issue 7569Ran Benita
2020-07-29Merge remote-tracking branch 'upstream/6.0.x' into fix-changelog-entries-rele...Bruno Oliveira
2020-07-29Merge pull request #7561 from nicoddemus/longreprtext-7559Bruno Oliveira
2020-07-29Merge pull request #7561 from nicoddemus/longreprtext-7559Bruno Oliveira
2020-07-29Fix TestReport.longreprtext when TestReport.longrepr is not a stringBruno Oliveira
2020-07-29Merge pull request #7536 from bluetech/junitxml-etreeRan Benita
2020-07-29Merge pull request #7565 from bluetech/pylint-callable-2Ran Benita
2020-07-29Merge pull request #7565 from bluetech/pylint-callable-2Ran Benita
2020-07-29junitxml: convert from py.xml to xml.etree.ElementTreeRan Benita
2020-07-29Fix --help crash on add_ini(.., help='') and improve message on help=None (#7...hp310780
2020-07-29mark: fix pylint not-callable error on pytest.mark.parametrize(...), againRan Benita
2020-07-28Prepare release version 6.0.0pytest bot
2020-07-24Revert change to traceback repr (#7535)Zac Hatfield-Dodds
2020-07-22Change pytest deprecation warnings into errors for 6.0 release (#7362)Bruno Oliveira