[Pytest-commit] [pytest-dev/pytest] 5d2e23: Update deprecations.rst now that we have removed a...

Bruno Oliveira nicoddemus at gmail.com
Sat Dec 1 11:22:21 EST 2018


  Branch: refs/heads/features
  Home:   https://github.com/pytest-dev/pytest
  Commit: 5d2e2377ffcd5ba21dae67b7456a9b94a088b29b
      https://github.com/pytest-dev/pytest/commit/5d2e2377ffcd5ba21dae67b7456a9b94a088b29b
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  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 <nicoddemus at gmail.com>
  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 <nicoddemus at gmail.com>
  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.


More information about the pytest-commit mailing list