From nicoddemus at gmail.com Sat Dec 1 11:22:21 2018 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Sat, 01 Dec 2018 08:22:21 -0800 Subject: [Pytest-commit] [pytest-dev/pytest] 5d2e23: Update deprecations.rst now that we have removed a... Message-ID: <5c02b53d5748a_118422ab2cea8e584687f6@hookshot-fe-dfcc362.cp1-iad.github.net.mail> Branch: refs/heads/features Home: https://github.com/pytest-dev/pytest Commit: 5d2e2377ffcd5ba21dae67b7456a9b94a088b29b https://github.com/pytest-dev/pytest/commit/5d2e2377ffcd5ba21dae67b7456a9b94a088b29b Author: Bruno Oliveira Date: 2018-11-22 (Thu, 22 Nov 2018) Changed paths: M doc/en/deprecations.rst Log Message: ----------- Update deprecations.rst now that we have removed a few features * yield tests * compat properties * pytest_namespace All merciless cut down by Ronny :'( Commit: 63f38de38e2ff58063e4724eb31ff8e29bc25ebf https://github.com/pytest-dev/pytest/commit/63f38de38e2ff58063e4724eb31ff8e29bc25ebf Author: Bruno Oliveira Date: 2018-12-01 (Sat, 01 Dec 2018) Changed paths: M .gitignore M AUTHORS M CHANGELOG.rst A changelog/3079.removal.rst A changelog/3616.removal.rst A changelog/3632.feature.rst A changelog/4386.feature.rst R changelog/4400.bugfix.rst R changelog/4405.bugfix.rst R changelog/4412.bugfix.rst A changelog/4435.bugfix.rst A changelog/4435.deprecation.rst A changelog/4458.bugfix.rst M doc/en/announce/index.rst A doc/en/announce/release-4.0.1.rst M doc/en/assert.rst M doc/en/builtin.rst M doc/en/cache.rst M doc/en/capture.rst M doc/en/conf.py M doc/en/deprecations.rst M doc/en/doctest.rst M doc/en/example/assertion/failure_demo.py M doc/en/example/assertion/test_failures.py M doc/en/example/markers.rst M doc/en/example/nonpython.rst M doc/en/example/parametrize.rst M doc/en/example/pythoncollection.rst M doc/en/example/reportingdemo.rst M doc/en/example/simple.rst M doc/en/example/special.rst M doc/en/fixture.rst M doc/en/funcarg_compare.rst M doc/en/getting-started.rst M doc/en/index.rst M doc/en/parametrize.rst M doc/en/requirements.txt M doc/en/skipping.rst M doc/en/tmpdir.rst M doc/en/unittest.rst M doc/en/usage.rst M doc/en/warnings.rst M doc/en/writing_plugins.rst M extra/get_issues.py A scripts/appveyor-retry.cmd M scripts/upload-coverage.bat M src/_pytest/_code/code.py M src/_pytest/assertion/rewrite.py M src/_pytest/assertion/util.py M src/_pytest/cacheprovider.py M src/_pytest/compat.py M src/_pytest/config/__init__.py M src/_pytest/config/findpaths.py M src/_pytest/deprecated.py M src/_pytest/fixtures.py M src/_pytest/main.py M src/_pytest/monkeypatch.py M src/_pytest/nodes.py M src/_pytest/nose.py M src/_pytest/python.py M src/_pytest/python_api.py M src/_pytest/recwarn.py M src/_pytest/resultlog.py M src/_pytest/runner.py M src/_pytest/terminal.py M src/_pytest/tmpdir.py M src/_pytest/unittest.py M src/_pytest/warnings.py M src/pytest.py M testing/acceptance_test.py M testing/code/test_code.py M testing/code/test_excinfo.py M testing/code/test_source.py M testing/deprecated_test.py A testing/example_scripts/dataclasses/test_compare_dataclasses.py A testing/example_scripts/dataclasses/test_compare_dataclasses_field_comparison_off.py A testing/example_scripts/dataclasses/test_compare_dataclasses_verbose.py A testing/example_scripts/dataclasses/test_compare_two_different_dataclasses.py M testing/example_scripts/fixtures/fill_fixtures/test_conftest_funcargs_only_available_in_subdir/sub2/conftest.py M testing/python/collect.py M testing/python/fixture.py M testing/python/integration.py M testing/python/metafunc.py M testing/python/raises.py M testing/test_assertion.py M testing/test_cacheprovider.py M testing/test_capture.py M testing/test_collection.py M testing/test_config.py M testing/test_junitxml.py M testing/test_mark.py M testing/test_monkeypatch.py M testing/test_nose.py M testing/test_parseopt.py M testing/test_pdb.py M testing/test_pluginmanager.py M testing/test_pytester.py M testing/test_recwarn.py M testing/test_resultlog.py M testing/test_runner.py M testing/test_runner_xunit.py M testing/test_session.py M testing/test_terminal.py M testing/test_tmpdir.py M testing/test_unittest.py M testing/test_warnings.py M tox.ini Log Message: ----------- Merge remote-tracking branch 'upstream/features' into update-deprecations-docs Commit: 06dc6e349023089a3c53bc4e4ad122c1a4834b12 https://github.com/pytest-dev/pytest/commit/06dc6e349023089a3c53bc4e4ad122c1a4834b12 Author: Bruno Oliveira Date: 2018-12-01 (Sat, 01 Dec 2018) Changed paths: M doc/en/deprecations.rst Log Message: ----------- Merge pull request #4446 from nicoddemus/update-deprecations-docs Update deprecations.rst now that we have removed a few features Compare: https://github.com/pytest-dev/pytest/compare/e0ba1cbf8d84...06dc6e349023 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From nicoddemus at gmail.com Sat Dec 1 14:26:19 2018 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Sat, 01 Dec 2018 11:26:19 -0800 Subject: [Pytest-commit] [pytest-dev/pytest] b05061: Change deprecation type of --result-log to PytestD... Message-ID: <5c02e05b1a304_71d92b2791e865789256@hookshot-fe-b0febf1.cp1-iad.github.net.mail> Branch: refs/heads/features Home: https://github.com/pytest-dev/pytest Commit: b05061dcd27516da907ce62964263fd91f006ade https://github.com/pytest-dev/pytest/commit/b05061dcd27516da907ce62964263fd91f006ade Author: Bruno Oliveira Date: 2018-12-01 (Sat, 01 Dec 2018) Changed paths: A changelog/4447.trivial.rst M doc/en/deprecations.rst M doc/en/usage.rst M src/_pytest/deprecated.py M testing/deprecated_test.py Log Message: ----------- Change deprecation type of --result-log to PytestDeprecationWarning It was decided to deprecate this on a later date (see discussion in #4447) Commit: 44b74c8c25fa05c14ce45b884141631bb9df6a66 https://github.com/pytest-dev/pytest/commit/44b74c8c25fa05c14ce45b884141631bb9df6a66 Author: Bruno Oliveira Date: 2018-12-01 (Sat, 01 Dec 2018) Changed paths: A changelog/4447.trivial.rst M doc/en/deprecations.rst M doc/en/usage.rst M src/_pytest/deprecated.py M testing/deprecated_test.py Log Message: ----------- Merge pull request #4447 from nicoddemus/remove-result-log Change resultlog deprecation to PytestDeprecatedWarning Compare: https://github.com/pytest-dev/pytest/compare/06dc6e349023...44b74c8c25fa **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From nicoddemus at gmail.com Sat Dec 1 15:44:53 2018 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Sat, 01 Dec 2018 12:44:53 -0800 Subject: [Pytest-commit] [pytest-dev/pytest] 090f7f: Remove request.cached_setup Message-ID: <5c02f2c55f65_41652b0ad6dde58086751@hookshot-fe-88eb02d.cp1-iad.github.net.mail> Branch: refs/heads/features Home: https://github.com/pytest-dev/pytest Commit: 090f7ff44907ab1b3317bf5c19b36fabb6a84b8b https://github.com/pytest-dev/pytest/commit/090f7ff44907ab1b3317bf5c19b36fabb6a84b8b Author: Bruno Oliveira Date: 2018-12-01 (Sat, 01 Dec 2018) Changed paths: A changelog/4489.removal.rst M doc/en/deprecations.rst M src/_pytest/deprecated.py M src/_pytest/fixtures.py M testing/deprecated_test.py M testing/python/fixture.py Log Message: ----------- Remove request.cached_setup Fix #4489 Commit: 40b85d7ee89388245e7bb45b044993251c71664c https://github.com/pytest-dev/pytest/commit/40b85d7ee89388245e7bb45b044993251c71664c Author: Bruno Oliveira Date: 2018-12-01 (Sat, 01 Dec 2018) Changed paths: A changelog/3083.removal.rst M doc/en/deprecations.rst M src/_pytest/deprecated.py M src/_pytest/fixtures.py M src/_pytest/python.py M testing/acceptance_test.py M testing/deprecated_test.py M testing/python/metafunc.py Log Message: ----------- Remove Metafunc.addcall Fix #3083 Commit: a131f0acf6350968cc58f72328391abe84c1c365 https://github.com/pytest-dev/pytest/commit/a131f0acf6350968cc58f72328391abe84c1c365 Author: Bruno Oliveira Date: 2018-12-01 (Sat, 01 Dec 2018) Changed paths: A changelog/3083.removal.rst A changelog/4489.removal.rst M doc/en/deprecations.rst M src/_pytest/deprecated.py M src/_pytest/fixtures.py M src/_pytest/python.py M testing/acceptance_test.py M testing/deprecated_test.py M testing/python/fixture.py M testing/python/metafunc.py Log Message: ----------- Merge pull request #4490 from nicoddemus/remove-cached-setup-add-call Remove cached_setup and Metafunc.addcall Compare: https://github.com/pytest-dev/pytest/compare/44b74c8c25fa...a131f0acf635 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From nicoddemus at gmail.com Tue Dec 4 09:23:34 2018 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Tue, 04 Dec 2018 06:23:34 -0800 Subject: [Pytest-commit] [pytest-dev/pytest] db3294: Rectified typo Message-ID: <5c068de638bc6_4b492aab86c1458862780@hookshot-fe-6e9b612.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/pytest-dev/pytest Commit: db32949c50e41a93a6f3a5f480438f2b7c44bc52 https://github.com/pytest-dev/pytest/commit/db32949c50e41a93a6f3a5f480438f2b7c44bc52 Author: Yash Todi Date: 2018-12-04 (Tue, 04 Dec 2018) Changed paths: M doc/en/mark.rst Log Message: ----------- Rectified typo Commit: 60599b667ead0d303a77b02f669559466f36b4c2 https://github.com/pytest-dev/pytest/commit/60599b667ead0d303a77b02f669559466f36b4c2 Author: Bruno Oliveira Date: 2018-12-04 (Tue, 04 Dec 2018) Changed paths: M doc/en/mark.rst Log Message: ----------- Merge pull request #4505 from yashtodi94/patch-1 Rectified typo Compare: https://github.com/pytest-dev/pytest/compare/86ccfaec22dc...60599b667ead **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From nicoddemus at gmail.com Wed Dec 5 17:04:55 2018 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Wed, 05 Dec 2018 14:04:55 -0800 Subject: [Pytest-commit] [pytest-dev/pytest] 1654b7: [#3191] Set up tests to confirm warnings Message-ID: <5c084b8736aed_4a582b0ce69f058821545@hookshot-fe-b0febf1.cp1-iad.github.net.mail> Branch: refs/heads/features Home: https://github.com/pytest-dev/pytest Commit: 1654b77ca0febbe047a56cdce59e14755064b3e6 https://github.com/pytest-dev/pytest/commit/1654b77ca0febbe047a56cdce59e14755064b3e6 Author: Tomer Keren Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M testing/test_warnings.py Log Message: ----------- [#3191] Set up tests to confirm warnings Commit: 9fc9b2926f35915b6e7fd9bebe1855e47554db04 https://github.com/pytest-dev/pytest/commit/9fc9b2926f35915b6e7fd9bebe1855e47554db04 Author: Tomer Keren Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M testing/test_warnings.py Log Message: ----------- Fix tests and add aditional cases As requested by review. :ok_hand: Address code review for tests Commit: 59a11b6a5d4e9a93eba71c39b9f523e2b8380f39 https://github.com/pytest-dev/pytest/commit/59a11b6a5d4e9a93eba71c39b9f523e2b8380f39 Author: Tomer Keren Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M src/_pytest/assertion/rewrite.py Log Message: ----------- Check for 'assert None' and warn appropriately :bug:Fix warn ast bugs :bug:Fix inner-ast imports by using importFrom Alternetavly ast_call_helper could be retooled to use ast.attribute(...) Commit: e0c2ab19017d38cd957b96aff873e6fe97acbeef https://github.com/pytest-dev/pytest/commit/e0c2ab19017d38cd957b96aff873e6fe97acbeef Author: Tomer Keren Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M testing/test_warnings.py Log Message: ----------- Fix tests not to assert a function that already asserts Maybe there should be a warning about that too? Commit: aaf7f7fcca0721941b8633e190065759818fd5ea https://github.com/pytest-dev/pytest/commit/aaf7f7fcca0721941b8633e190065759818fd5ea Author: Tomer Keren Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: A changelog/3191.feature.rst Log Message: ----------- Update changelog Commit: 3e6f1fa2db20eb2fd751a778dc42dd126a9e778d https://github.com/pytest-dev/pytest/commit/3e6f1fa2db20eb2fd751a778dc42dd126a9e778d Author: Tomer Keren Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M src/_pytest/assertion/rewrite.py Log Message: ----------- Simplify warning creation by using ast.parse in py2 it's a ast.Name where in py3 it's a ast.NamedConstant Fixes namespace by using import from Commit: 26d27df6fce16904ed9fb27e27e16dc9620d9569 https://github.com/pytest-dev/pytest/commit/26d27df6fce16904ed9fb27e27e16dc9620d9569 Author: Bruno Oliveira Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M changelog/3191.feature.rst Log Message: ----------- Improve changelog message Commit: e1e4b226c6aa7ea81bf18eb192a6f979275d7097 https://github.com/pytest-dev/pytest/commit/e1e4b226c6aa7ea81bf18eb192a6f979275d7097 Author: Tomer Keren Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M changelog/3191.feature.rst M src/_pytest/assertion/rewrite.py M testing/test_warnings.py Log Message: ----------- :ok_hand: Address code review Edited the changelog for extra clarity, and to fire off auto-formatting Oddly enough, keeping `filename='{filename!r}'` caused an error while collecting tests, but getting rid of the single ticks fixed it Hopefully closes #3191 Commit: 41031fce2fc64d36abfbbf5b140325759af94383 https://github.com/pytest-dev/pytest/commit/41031fce2fc64d36abfbbf5b140325759af94383 Author: Tomer Keren Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M changelog/3191.feature.rst M src/_pytest/assertion/rewrite.py Log Message: ----------- Address code review Commit: 7a7ad0c12076f5dad281bbac064b95ba48dfb24e https://github.com/pytest-dev/pytest/commit/7a7ad0c12076f5dad281bbac064b95ba48dfb24e Author: Tomer Keren Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M src/_pytest/assertion/rewrite.py Log Message: ----------- Shorten docstring for warn_about_none_ast Commit: 8fd60483efec91cdf410afc54ce9a95d76a8a2c9 https://github.com/pytest-dev/pytest/commit/8fd60483efec91cdf410afc54ce9a95d76a8a2c9 Author: Tomer Keren Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M src/_pytest/assertion/rewrite.py Log Message: ----------- Don't insert warnings when not in a module Commit: 8a0ed7e2b33a33f29f81314dce587d05c6425c0a https://github.com/pytest-dev/pytest/commit/8a0ed7e2b33a33f29f81314dce587d05c6425c0a Author: Daniel Hahler Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M changelog/3191.feature.rst Log Message: ----------- Revisit changelog entry [ci skip] Commit: 5ebacc49c630178413a38deb6e344fc07f284be3 https://github.com/pytest-dev/pytest/commit/5ebacc49c630178413a38deb6e344fc07f284be3 Author: Daniel Hahler Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M src/_pytest/assertion/rewrite.py M testing/test_warnings.py Log Message: ----------- Harden tests, fix doc/msg Commit: 76884c73bf1ba0cd9fa5ed6e4ba65931fa38096d https://github.com/pytest-dev/pytest/commit/76884c73bf1ba0cd9fa5ed6e4ba65931fa38096d Author: Bruno Oliveira Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: A changelog/3191.feature.rst M src/_pytest/assertion/rewrite.py M testing/test_warnings.py Log Message: ----------- Merge pull request #4146 from Tadaboody/give_hints_when_an_assertion_value_is_None_instead_of_a_boolean_3191 [#3191] Give hints when an assertion value is None instead of a boolean Compare: https://github.com/pytest-dev/pytest/compare/5db46d208709...76884c73bf1b **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From nicoddemus at gmail.com Mon Dec 10 12:29:21 2018 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Mon, 10 Dec 2018 09:29:21 -0800 Subject: [Pytest-commit] [pytest-dev/pytest] 5ecbb0: tests: fix test_raises_exception_looks_iterable Message-ID: <5c0ea2718e8c3_14412ace0d1ec57084249@hookshot-fe-6b2eebc.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/pytest-dev/pytest Commit: 5ecbb02ace74d0bcb49226c59060f04df9dc2b31 https://github.com/pytest-dev/pytest/commit/5ecbb02ace74d0bcb49226c59060f04df9dc2b31 Author: Daniel Hahler Date: 2018-12-10 (Mon, 10 Dec 2018) Changed paths: M testing/python/raises.py Log Message: ----------- tests: fix test_raises_exception_looks_iterable Started to fail on py37-xdist between https://travis-ci.org/pytest-dev/pytest/jobs/465498973 and https://travis-ci.org/pytest-dev/pytest/jobs/465792343, but could not find a diff in versions (from the tox header), and both commits failed locally. Commit: 22345ef722efe31f0daaef633482f846665970a7 https://github.com/pytest-dev/pytest/commit/22345ef722efe31f0daaef633482f846665970a7 Author: Bruno Oliveira Date: 2018-12-10 (Mon, 10 Dec 2018) Changed paths: M testing/python/raises.py Log Message: ----------- Merge pull request #4525 from blueyed/fix-test_raises_exception_looks_iterable tests: fix test_raises_exception_looks_iterable Compare: https://github.com/pytest-dev/pytest/compare/abb0dfcfa36c...22345ef722ef **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From nicoddemus at gmail.com Fri Dec 14 05:14:12 2018 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Fri, 14 Dec 2018 02:14:12 -0800 Subject: [Pytest-commit] [pytest-dev/pytest] 6c5a11: Preparing release version 4.0.2 Message-ID: <5c1382745b8_40da2b11503dc570144ce@hookshot-fe-88eb02d.cp1-iad.github.net.mail> Branch: refs/tags/4.0.2 Home: https://github.com/pytest-dev/pytest Commit: 6c5a1150d46f0392e84d6c9f28ace48d5199ca22 https://github.com/pytest-dev/pytest/commit/6c5a1150d46f0392e84d6c9f28ace48d5199ca22 Author: Bruno Oliveira Date: 2018-12-13 (Thu, 13 Dec 2018) Changed paths: M CHANGELOG.rst R changelog/1495.doc.rst R changelog/4265.bugfix.rst R changelog/4435.bugfix.rst R changelog/4500.bugfix.rst R changelog/4538.bugfix.rst M doc/en/announce/index.rst A doc/en/announce/release-4.0.2.rst M doc/en/example/parametrize.rst Log Message: ----------- Preparing release version 4.0.2 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From nicoddemus at gmail.com Fri Dec 14 05:28:20 2018 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Fri, 14 Dec 2018 02:28:20 -0800 Subject: [Pytest-commit] [pytest-dev/pytest] 6c5a11: Preparing release version 4.0.2 Message-ID: <5c1385c41cca_10202b1ac50da5884265c@hookshot-fe-dfcc362.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/pytest-dev/pytest Commit: 6c5a1150d46f0392e84d6c9f28ace48d5199ca22 https://github.com/pytest-dev/pytest/commit/6c5a1150d46f0392e84d6c9f28ace48d5199ca22 Author: Bruno Oliveira Date: 2018-12-13 (Thu, 13 Dec 2018) Changed paths: M CHANGELOG.rst R changelog/1495.doc.rst R changelog/4265.bugfix.rst R changelog/4435.bugfix.rst R changelog/4500.bugfix.rst R changelog/4538.bugfix.rst M doc/en/announce/index.rst A doc/en/announce/release-4.0.2.rst M doc/en/example/parametrize.rst Log Message: ----------- Preparing release version 4.0.2 Commit: b76104e722f41ce367765cd988ee8314d45b20b5 https://github.com/pytest-dev/pytest/commit/b76104e722f41ce367765cd988ee8314d45b20b5 Author: Bruno Oliveira Date: 2018-12-14 (Fri, 14 Dec 2018) Changed paths: M CHANGELOG.rst R changelog/1495.doc.rst R changelog/4265.bugfix.rst R changelog/4435.bugfix.rst R changelog/4500.bugfix.rst R changelog/4538.bugfix.rst M doc/en/announce/index.rst A doc/en/announce/release-4.0.2.rst M doc/en/example/parametrize.rst Log Message: ----------- Merge pull request #4550 from nicoddemus/release-4.0.2 Release version 4.0.2 Compare: https://github.com/pytest-dev/pytest/compare/e03c1f538fb0...b76104e722f4 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From nicoddemus at gmail.com Fri Dec 14 05:36:11 2018 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Fri, 14 Dec 2018 02:36:11 -0800 Subject: [Pytest-commit] [pytest-dev/pytest] 1e80a9: Remove pytest_funcarg__ prefix support for definin... Message-ID: <5c13879b1552d_5942ac40eda2594101121@hookshot-fe-2cc8887.cp1-iad.github.net.mail> Branch: refs/heads/features Home: https://github.com/pytest-dev/pytest Commit: 1e80a9cb34c73066cc8fa232be9b20fe284b8ae9 https://github.com/pytest-dev/pytest/commit/1e80a9cb34c73066cc8fa232be9b20fe284b8ae9 Author: Bruno Oliveira Date: 2018-12-13 (Thu, 13 Dec 2018) Changed paths: A changelog/4543.removal.rst M doc/en/deprecations.rst M src/_pytest/config/__init__.py M src/_pytest/deprecated.py M src/_pytest/fixtures.py M testing/deprecated_test.py M testing/python/fixture.py Log Message: ----------- Remove pytest_funcarg__ prefix support for defining fixtures Fix #4543 Commit: 437f44a1f4f78d36e39461715791ae60d46c6043 https://github.com/pytest-dev/pytest/commit/437f44a1f4f78d36e39461715791ae60d46c6043 Author: Bruno Oliveira Date: 2018-12-14 (Fri, 14 Dec 2018) Changed paths: A changelog/4543.removal.rst M doc/en/deprecations.rst M src/_pytest/config/__init__.py M src/_pytest/deprecated.py M src/_pytest/fixtures.py M testing/deprecated_test.py M testing/python/fixture.py Log Message: ----------- Merge pull request #4544 from nicoddemus/remove-pytest-funcarg-prefix Remove pytest_funcarg__ prefix support for defining fixtures Compare: https://github.com/pytest-dev/pytest/compare/26d202a7bd53...437f44a1f4f7 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From nicoddemus at gmail.com Fri Dec 14 09:52:57 2018 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Fri, 14 Dec 2018 06:52:57 -0800 Subject: [Pytest-commit] [pytest-dev/pytest] 989871: Review changelog entries for features branch Message-ID: <5c13c3c9655c3_5ca22ac4a48d657452596@hookshot-fe-6b2eebc.cp1-iad.github.net.mail> Branch: refs/heads/features Home: https://github.com/pytest-dev/pytest Commit: 98987177a082944135ea2b208b38ec7d32b02d39 https://github.com/pytest-dev/pytest/commit/98987177a082944135ea2b208b38ec7d32b02d39 Author: Bruno Oliveira Date: 2018-12-14 (Fri, 14 Dec 2018) Changed paths: M changelog/3050.deprecation.rst M changelog/3079.removal.rst M changelog/3083.removal.rst M changelog/3191.feature.rst M changelog/3616.removal.rst A changelog/4278.feature.rst R changelog/4278.trivial.rst M changelog/4292.feature.rst M changelog/4386.feature.rst M changelog/4416.feature.rst M changelog/4421.removal.rst M changelog/4435.bugfix.rst M changelog/4435.deprecation.rst M changelog/4483.feature.rst M changelog/4535.removal.rst M changelog/4543.removal.rst Log Message: ----------- Review changelog entries for features branch I used `towncrier --draft` to see the full changelog, and decided to "nitpick" it so it reads better as a whole. Commit: ae5d5b8f59812f995ef7cc51d581ffc22d7eaefe https://github.com/pytest-dev/pytest/commit/ae5d5b8f59812f995ef7cc51d581ffc22d7eaefe Author: Bruno Oliveira Date: 2018-12-14 (Fri, 14 Dec 2018) Changed paths: M changelog/3050.deprecation.rst M changelog/3079.removal.rst M changelog/3083.removal.rst M changelog/3191.feature.rst M changelog/3616.removal.rst A changelog/4278.feature.rst R changelog/4278.trivial.rst M changelog/4292.feature.rst M changelog/4386.feature.rst M changelog/4416.feature.rst M changelog/4421.removal.rst M changelog/4435.bugfix.rst M changelog/4435.deprecation.rst M changelog/4483.feature.rst M changelog/4535.removal.rst M changelog/4543.removal.rst Log Message: ----------- Merge pull request #4552 from nicoddemus/review-changelog-entries Review changelog entries for features branch Compare: https://github.com/pytest-dev/pytest/compare/437f44a1f4f7...ae5d5b8f5981 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From nicoddemus at gmail.com Mon Dec 17 07:08:22 2018 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Mon, 17 Dec 2018 04:08:22 -0800 Subject: [Pytest-commit] [pytest-dev/pytest] 231863: Rename "junit_time" to "junit_duration_report" opt... Message-ID: <5c1791b6c5a98_7f6c2b0ee770457434672@hookshot-fe-d252ca1.cp1-iad.github.net.mail> Branch: refs/heads/features Home: https://github.com/pytest-dev/pytest Commit: 231863b1337b708b2c95db975f7f2d9f6d0ef086 https://github.com/pytest-dev/pytest/commit/231863b1337b708b2c95db975f7f2d9f6d0ef086 Author: Bruno Oliveira Date: 2018-12-14 (Fri, 14 Dec 2018) Changed paths: M changelog/4483.feature.rst M doc/en/usage.rst M src/_pytest/junitxml.py M testing/test_junitxml.py Log Message: ----------- Rename "junit_time" to "junit_duration_report" option Just realized while reading the changelog that "junit_time" is not a very good name, so I decided to open this PR renaming it to "junit_duration_report" which I believe conveys the meaning of the option better Commit: 84390accccb160d52f1b0e6503c92027a64d6839 https://github.com/pytest-dev/pytest/commit/84390accccb160d52f1b0e6503c92027a64d6839 Author: Bruno Oliveira Date: 2018-12-17 (Mon, 17 Dec 2018) Changed paths: M changelog/4483.feature.rst M doc/en/usage.rst M src/_pytest/junitxml.py M testing/test_junitxml.py Log Message: ----------- Merge pull request #4553 from nicoddemus/junit-durations Rename "junit_time" to "junit_duration_report" option Compare: https://github.com/pytest-dev/pytest/compare/3cf44b30375a...84390accccb1 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From nicoddemus at gmail.com Mon Dec 17 07:08:53 2018 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Mon, 17 Dec 2018 04:08:53 -0800 Subject: [Pytest-commit] [pytest-dev/pytest] 6e1b1a: Remove deprecated record_xml_property Message-ID: <5c1791d549591_36052ae2070a858469741@hookshot-fe-32b5f5b.cp1-iad.github.net.mail> Branch: refs/heads/features Home: https://github.com/pytest-dev/pytest Commit: 6e1b1abfa7ec8816c289df29c5bc8fdfae5e6bff https://github.com/pytest-dev/pytest/commit/6e1b1abfa7ec8816c289df29c5bc8fdfae5e6bff Author: Bruno Oliveira Date: 2018-12-14 (Fri, 14 Dec 2018) Changed paths: A changelog/4547.removal.rst M doc/en/deprecations.rst M src/_pytest/deprecated.py M src/_pytest/junitxml.py Log Message: ----------- Remove deprecated record_xml_property Fix #4547 Commit: a7e401656eca66fb1ecee7c5e55ea24598d87f45 https://github.com/pytest-dev/pytest/commit/a7e401656eca66fb1ecee7c5e55ea24598d87f45 Author: Bruno Oliveira Date: 2018-12-14 (Fri, 14 Dec 2018) Changed paths: A changelog/3085.removal.rst M doc/en/deprecations.rst M src/_pytest/config/__init__.py M src/_pytest/deprecated.py M testing/acceptance_test.py M testing/deprecated_test.py Log Message: ----------- Remove support to pass strings to pytest.main() Fix #3085 Commit: c6d27d8224d0f84cc4d7af626a79bfb39a601394 https://github.com/pytest-dev/pytest/commit/c6d27d8224d0f84cc4d7af626a79bfb39a601394 Author: Bruno Oliveira Date: 2018-12-17 (Mon, 17 Dec 2018) Changed paths: A changelog/3085.removal.rst A changelog/4547.removal.rst M doc/en/deprecations.rst M src/_pytest/config/__init__.py M src/_pytest/deprecated.py M src/_pytest/junitxml.py M testing/acceptance_test.py M testing/deprecated_test.py Log Message: ----------- Merge pull request #4555 from nicoddemus/remove-record-xml-pytest-main-str Remove record_xml_property and support for strings in pytest.main() Compare: https://github.com/pytest-dev/pytest/compare/84390accccb1...c6d27d8224d0 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From nicoddemus at gmail.com Mon Dec 17 07:36:17 2018 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Mon, 17 Dec 2018 04:36:17 -0800 Subject: [Pytest-commit] [pytest-dev/pytest] 149977: Errors in parametrize id functions now propagate t... Message-ID: <5c179841641ee_1bd782af83271a584551ed@hookshot-fe-dfcc362.cp1-iad.github.net.mail> Branch: refs/heads/features Home: https://github.com/pytest-dev/pytest Commit: 1499778d5ea0f02f690cd50462c4061dad8cb9d7 https://github.com/pytest-dev/pytest/commit/1499778d5ea0f02f690cd50462c4061dad8cb9d7 Author: Bruno Oliveira Date: 2018-12-14 (Fri, 14 Dec 2018) Changed paths: A changelog/2169.removal.rst M src/_pytest/python.py M testing/python/metafunc.py Log Message: ----------- Errors in parametrize id functions now propagate the error instead of issuing a warning Fix #2169 Commit: 75e93e5168d646946b713ccbd06e6268884659ec https://github.com/pytest-dev/pytest/commit/75e93e5168d646946b713ccbd06e6268884659ec Author: Bruno Oliveira Date: 2018-12-17 (Mon, 17 Dec 2018) Changed paths: A changelog/2169.removal.rst M src/_pytest/python.py M testing/python/metafunc.py Log Message: ----------- Merge pull request #4556 from nicoddemus/idfunc-failure Errors in parametrize id functions now propagate the error instead of issuing a warning Compare: https://github.com/pytest-dev/pytest/compare/c6d27d8224d0...75e93e5168d6 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From nicoddemus at gmail.com Mon Dec 17 09:45:30 2018 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Mon, 17 Dec 2018 06:45:30 -0800 Subject: [Pytest-commit] [pytest-dev/pytest] 60773e: Updating markers example to newest pytest version Message-ID: <5c17b68a70158_3c852abddbdfc57821446@hookshot-fe-6e9b612.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/pytest-dev/pytest Commit: 60773e0a97d4ff37f69e3ae01c9a03ee9a4b9120 https://github.com/pytest-dev/pytest/commit/60773e0a97d4ff37f69e3ae01c9a03ee9a4b9120 Author: Kanguros Date: 2018-12-16 (Sun, 16 Dec 2018) Changed paths: M doc/en/example/markers.rst Log Message: ----------- Updating markers example to newest pytest version Commit: f04d3c8b7d49d8865c956f8ad2803a363f4f7108 https://github.com/pytest-dev/pytest/commit/f04d3c8b7d49d8865c956f8ad2803a363f4f7108 Author: Kanguros Date: 2018-12-16 (Sun, 16 Dec 2018) Changed paths: A changelog/4557.doc.rst Log Message: ----------- Adding change log entry Commit: 843d00c2193cd90d2ee752fa0a587f16a890d393 https://github.com/pytest-dev/pytest/commit/843d00c2193cd90d2ee752fa0a587f16a890d393 Author: Bruno Oliveira Date: 2018-12-17 (Mon, 17 Dec 2018) Changed paths: M changelog/4557.doc.rst M doc/en/example/markers.rst Log Message: ----------- Fix linting Commit: 0a40ae4c6a92cad45798417df9ef18ea4c183443 https://github.com/pytest-dev/pytest/commit/0a40ae4c6a92cad45798417df9ef18ea4c183443 Author: Bruno Oliveira Date: 2018-12-17 (Mon, 17 Dec 2018) Changed paths: A changelog/4557.doc.rst M doc/en/example/markers.rst Log Message: ----------- Merge pull request #4557 from Kanguros/master Updating markers example to newest pytest version Compare: https://github.com/pytest-dev/pytest/compare/b76104e722f4...0a40ae4c6a92 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From nicoddemus at gmail.com Tue Dec 18 16:11:39 2018 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Tue, 18 Dec 2018 13:11:39 -0800 Subject: [Pytest-commit] [pytest-dev/pytest] fd48cd: Remove config.warn, Node.warn; pytest_logwarning i... Message-ID: <5c19628beaab_19672ab806c2658086778@hookshot-fe-b0febf1.cp1-iad.github.net.mail> Branch: refs/heads/features Home: https://github.com/pytest-dev/pytest Commit: fd48cd57f95d2c4e2f6f4e416d20c36b4484d094 https://github.com/pytest-dev/pytest/commit/fd48cd57f95d2c4e2f6f4e416d20c36b4484d094 Author: Bruno Oliveira Date: 2018-12-14 (Fri, 14 Dec 2018) Changed paths: A changelog/3078.removal.rst M doc/en/deprecations.rst M doc/en/reference.rst M src/_pytest/assertion/rewrite.py M src/_pytest/cacheprovider.py M src/_pytest/config/__init__.py M src/_pytest/config/findpaths.py M src/_pytest/deprecated.py M src/_pytest/hookspec.py M src/_pytest/nodes.py M src/_pytest/resultlog.py M src/_pytest/terminal.py M src/_pytest/warnings.py M testing/acceptance_test.py M testing/deprecated_test.py M testing/test_assertrewrite.py M testing/test_config.py M testing/test_pluginmanager.py M testing/test_pytester.py M testing/test_warnings.py Log Message: ----------- Remove config.warn, Node.warn; pytest_logwarning issues a warning when implemented Fix #3078 Commit: b7e8171cf8a980fbb2399048533dbb579c2424a8 https://github.com/pytest-dev/pytest/commit/b7e8171cf8a980fbb2399048533dbb579c2424a8 Author: Bruno Oliveira Date: 2018-12-17 (Mon, 17 Dec 2018) Changed paths: M CHANGELOG.rst R changelog/1495.doc.rst A changelog/2169.removal.rst M changelog/3050.deprecation.rst M changelog/3079.removal.rst M changelog/3083.removal.rst A changelog/3085.removal.rst M changelog/3191.feature.rst M changelog/3616.removal.rst R changelog/4265.bugfix.rst A changelog/4278.feature.rst R changelog/4278.trivial.rst M changelog/4292.feature.rst M changelog/4386.feature.rst M changelog/4416.feature.rst M changelog/4421.removal.rst M changelog/4435.bugfix.rst M changelog/4435.deprecation.rst M changelog/4483.feature.rst R changelog/4500.bugfix.rst M changelog/4535.removal.rst A changelog/4543.removal.rst A changelog/4547.removal.rst M doc/en/announce/index.rst A doc/en/announce/release-4.0.2.rst M doc/en/deprecations.rst M doc/en/example/parametrize.rst M doc/en/usage.rst M src/_pytest/config/__init__.py M src/_pytest/deprecated.py M src/_pytest/fixtures.py M src/_pytest/junitxml.py M src/_pytest/python.py M src/_pytest/python_api.py M testing/acceptance_test.py M testing/deprecated_test.py M testing/python/fixture.py M testing/python/metafunc.py M testing/python/raises.py M testing/test_assertion.py M testing/test_config.py M testing/test_junitxml.py M testing/test_terminal.py Log Message: ----------- Merge branch 'features' into remove-legacy-warn Commit: 8563364d8be672e4155cdbcf23b2ec9c912a7d09 https://github.com/pytest-dev/pytest/commit/8563364d8be672e4155cdbcf23b2ec9c912a7d09 Author: Bruno Oliveira Date: 2018-12-18 (Tue, 18 Dec 2018) Changed paths: A changelog/3078.removal.rst M doc/en/deprecations.rst M doc/en/reference.rst M src/_pytest/assertion/rewrite.py M src/_pytest/cacheprovider.py M src/_pytest/config/__init__.py M src/_pytest/config/findpaths.py M src/_pytest/deprecated.py M src/_pytest/hookspec.py M src/_pytest/nodes.py M src/_pytest/resultlog.py M src/_pytest/terminal.py M src/_pytest/warnings.py M testing/acceptance_test.py M testing/deprecated_test.py M testing/test_assertrewrite.py M testing/test_config.py M testing/test_pluginmanager.py M testing/test_pytester.py M testing/test_warnings.py Log Message: ----------- Merge pull request #4542 from nicoddemus/remove-legacy-warn Remove config.warn, Node.warn and pytest_logwarning Compare: https://github.com/pytest-dev/pytest/compare/e63c7a13ffa8...8563364d8be6 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From nicoddemus at gmail.com Wed Dec 19 08:37:17 2018 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Wed, 19 Dec 2018 05:37:17 -0800 Subject: [Pytest-commit] [pytest-dev/pytest] 011576: Calling fixtures directly is now an error instead ... Message-ID: <5c1a498dd6335_5ea52acf7e662588452af@hookshot-fe-265448d.cp1-iad.github.net.mail> Branch: refs/heads/features Home: https://github.com/pytest-dev/pytest Commit: 0115766df3fe660ee663a96b114e08a6a8b039b3 https://github.com/pytest-dev/pytest/commit/0115766df3fe660ee663a96b114e08a6a8b039b3 Author: Bruno Oliveira Date: 2018-12-19 (Wed, 19 Dec 2018) Changed paths: A changelog/4545.removal.rst M doc/en/deprecations.rst M src/_pytest/deprecated.py M src/_pytest/fixtures.py M testing/deprecated_test.py M testing/python/fixture.py Log Message: ----------- Calling fixtures directly is now an error instead of a warning Fix #4545 Commit: c400d8b2d861a9e99ba5af466842b890f1e346ea https://github.com/pytest-dev/pytest/commit/c400d8b2d861a9e99ba5af466842b890f1e346ea Author: Bruno Oliveira Date: 2018-12-19 (Wed, 19 Dec 2018) Changed paths: A changelog/4545.removal.rst M doc/en/deprecations.rst M src/_pytest/deprecated.py M src/_pytest/fixtures.py M testing/deprecated_test.py M testing/python/fixture.py Log Message: ----------- Merge pull request #4561 from nicoddemus/remove-calling-fixtures-directly Calling fixtures directly is now an error instead of a warning Compare: https://github.com/pytest-dev/pytest/compare/8563364d8be6...c400d8b2d861 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From nicoddemus at gmail.com Fri Dec 21 05:24:49 2018 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Fri, 21 Dec 2018 02:24:49 -0800 Subject: [Pytest-commit] [pytest-dev/pytest] c378cb: Remove support for applying marks to values in par... Message-ID: <5c1cbf71a8382_6ca12b0687fa858011664@hookshot-fe-88eb02d.cp1-iad.github.net.mail> Branch: refs/heads/features Home: https://github.com/pytest-dev/pytest Commit: c378cb4793c05cc592ac4132d42dd8c0234d5a65 https://github.com/pytest-dev/pytest/commit/c378cb4793c05cc592ac4132d42dd8c0234d5a65 Author: Bruno Oliveira Date: 2018-12-20 (Thu, 20 Dec 2018) Changed paths: A changelog/3082.removal.rst M doc/en/deprecations.rst M src/_pytest/deprecated.py M src/_pytest/mark/structures.py M testing/python/collect.py M testing/python/metafunc.py M testing/test_mark.py Log Message: ----------- Remove support for applying marks to values in parametrize Fix #3082 Commit: 58fc918d0a2d596c62028daf842689aaeef78a10 https://github.com/pytest-dev/pytest/commit/58fc918d0a2d596c62028daf842689aaeef78a10 Author: Bruno Oliveira Date: 2018-12-21 (Fri, 21 Dec 2018) Changed paths: A changelog/3082.removal.rst M doc/en/deprecations.rst M src/_pytest/deprecated.py M src/_pytest/mark/structures.py M testing/python/collect.py M testing/python/metafunc.py M testing/test_mark.py Log Message: ----------- Merge pull request #4571 from nicoddemus/remove-parametrize-marks Remove support for applying marks to values in parametrize Compare: https://github.com/pytest-dev/pytest/compare/d888d5c933ab...58fc918d0a2d **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From nicoddemus at gmail.com Fri Dec 21 11:32:18 2018 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Fri, 21 Dec 2018 08:32:18 -0800 Subject: [Pytest-commit] [pytest-dev/pytest] 9f9f6e: remove most of markertransfer Message-ID: <5c1d159219587_62932ab6836705847933e@hookshot-fe-31feec6.cp1-iad.github.net.mail> Branch: refs/heads/features Home: https://github.com/pytest-dev/pytest Commit: 9f9f6ee48beba8bbf0911e458590aa67b45bd867 https://github.com/pytest-dev/pytest/commit/9f9f6ee48beba8bbf0911e458590aa67b45bd867 Author: Ronny Pfannschmidt Date: 2018-12-21 (Fri, 21 Dec 2018) Changed paths: M src/_pytest/config/__init__.py M src/_pytest/fixtures.py M src/_pytest/mark/__init__.py M src/_pytest/mark/structures.py M src/_pytest/nodes.py M src/_pytest/python.py M src/_pytest/unittest.py M testing/test_mark.py Log Message: ----------- remove most of markertransfer keywords are still a big issue Commit: 3947b859dc28c33658f82bd6b9ddbe6f4f6d97ba https://github.com/pytest-dev/pytest/commit/3947b859dc28c33658f82bd6b9ddbe6f4f6d97ba Author: Ronny Pfannschmidt Date: 2018-12-21 (Fri, 21 Dec 2018) Changed paths: M src/_pytest/config/__init__.py Log Message: ----------- fix hookspec parsing Commit: b258764ffed842bab2f6c580e48ed8f0b6b06992 https://github.com/pytest-dev/pytest/commit/b258764ffed842bab2f6c580e48ed8f0b6b06992 Author: Ronny Pfannschmidt Date: 2018-12-21 (Fri, 21 Dec 2018) Changed paths: M doc/en/reference.rst M tox.ini Log Message: ----------- fix docs Commit: 64a353f2b688049941fcbad87b62ddea6c3ef71d https://github.com/pytest-dev/pytest/commit/64a353f2b688049941fcbad87b62ddea6c3ef71d Author: Ronny Pfannschmidt Date: 2018-12-21 (Fri, 21 Dec 2018) Changed paths: M doc/en/deprecations.rst Log Message: ----------- update deprecation docs Commit: 102ffc69e8f0a8a82406f7f8a1ffaa722da79de7 https://github.com/pytest-dev/pytest/commit/102ffc69e8f0a8a82406f7f8a1ffaa722da79de7 Author: Ronny Pfannschmidt Date: 2018-12-21 (Fri, 21 Dec 2018) Changed paths: M src/_pytest/config/__init__.py M src/_pytest/python.py Log Message: ----------- add issue references to the todos Commit: 8f8d3114dd12564b9e051ca48fab55c3496b4cd1 https://github.com/pytest-dev/pytest/commit/8f8d3114dd12564b9e051ca48fab55c3496b4cd1 Author: Ronny Pfannschmidt Date: 2018-12-21 (Fri, 21 Dec 2018) Changed paths: M doc/en/deprecations.rst Log Message: ----------- apply suggested enhancements in deprecations.rst Commit: 134641fcb5687bd76511bdc629407a4c0be05685 https://github.com/pytest-dev/pytest/commit/134641fcb5687bd76511bdc629407a4c0be05685 Author: Ronny Pfannschmidt Date: 2018-12-21 (Fri, 21 Dec 2018) Changed paths: A changelog/4546.removal.rst A changelog/891.removal.rst Log Message: ----------- add first set of changelog entries for marker removal Commit: 134ace98d9b4bce9ae7c64448f488cfb14ead457 https://github.com/pytest-dev/pytest/commit/134ace98d9b4bce9ae7c64448f488cfb14ead457 Author: Bruno Oliveira Date: 2018-12-21 (Fri, 21 Dec 2018) Changed paths: A changelog/4546.removal.rst A changelog/891.removal.rst M doc/en/deprecations.rst M doc/en/reference.rst M src/_pytest/config/__init__.py M src/_pytest/fixtures.py M src/_pytest/mark/__init__.py M src/_pytest/mark/structures.py M src/_pytest/nodes.py M src/_pytest/python.py M src/_pytest/unittest.py M testing/test_mark.py M tox.ini Log Message: ----------- Merge pull request #4564 from RonnyPfannschmidt/remove-markinfo Remove MarkInfo Compare: https://github.com/pytest-dev/pytest/compare/58fc918d0a2d...134ace98d9b4 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From nicoddemus at gmail.com Fri Dec 21 11:33:43 2018 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Fri, 21 Dec 2018 08:33:43 -0800 Subject: [Pytest-commit] [pytest-dev/pytest] ece01b: Update cache documentation example to correctly sh... Message-ID: <5c1d15e7102ca_46d72abcdf99857467741@hookshot-fe-6e9b612.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/pytest-dev/pytest Commit: ece01b0f56dcb5824dc36c9da726a1fe98d3906f https://github.com/pytest-dev/pytest/commit/ece01b0f56dcb5824dc36c9da726a1fe98d3906f Author: Hyunchel Kim Date: 2018-12-21 (Fri, 21 Dec 2018) Changed paths: A changelog/4558.doc.rst M doc/en/cache.rst Log Message: ----------- Update cache documentation example to correctly show cache hit and miss Commit: b5cd43bc95600419186a460d09a24e41a8040984 https://github.com/pytest-dev/pytest/commit/b5cd43bc95600419186a460d09a24e41a8040984 Author: Bruno Oliveira Date: 2018-12-21 (Fri, 21 Dec 2018) Changed paths: A changelog/4558.doc.rst M doc/en/cache.rst Log Message: ----------- Merge pull request #4558 from hyunchel/fix-incorrect-example-in-cache-doc Update cache doc with correct example Compare: https://github.com/pytest-dev/pytest/compare/0a40ae4c6a92...b5cd43bc9560 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From nicoddemus at gmail.com Sun Dec 30 10:56:33 2018 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Sun, 30 Dec 2018 07:56:33 -0800 Subject: [Pytest-commit] [pytest-dev/pytest] 1eef53: Update --collect-only to display test descriptions... Message-ID: <5c28eab1411e4_1e3c2b098a44257899643@hookshot-fe-32b5f5b.cp1-iad.github.net.mail> Branch: refs/heads/features Home: https://github.com/pytest-dev/pytest Commit: 1eef53b6fe7a5e16359d03f30da6ed7fe4e0d8f6 https://github.com/pytest-dev/pytest/commit/1eef53b6fe7a5e16359d03f30da6ed7fe4e0d8f6 Author: Jeffrey Rackauckas Date: 2018-12-29 (Sat, 29 Dec 2018) Changed paths: A changelog/4371.feature.rst M src/_pytest/terminal.py M testing/test_terminal.py Log Message: ----------- Update --collect-only to display test descriptions when ran in verbose mode. Commit: 1a9979a8031dba34d6fff240ed41b51a6717edec https://github.com/pytest-dev/pytest/commit/1a9979a8031dba34d6fff240ed41b51a6717edec Author: Bruno Oliveira Date: 2018-12-30 (Sun, 30 Dec 2018) Changed paths: A changelog/4371.feature.rst M src/_pytest/terminal.py M testing/test_terminal.py Log Message: ----------- Merge pull request #4582 from jeffreyrack/4371-display-test-descriptions 4371: Update --collect-only to display test descriptions when ran in verbose Compare: https://github.com/pytest-dev/pytest/compare/134ace98d9b4...1a9979a8031d **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.