[Pytest-commit] [pytest-dev/pytest] 126896: Add option to disable plugin auto-loading

Bruno Oliveira nicoddemus at gmail.com
Wed Aug 8 20:30:51 EDT 2018


  Branch: refs/heads/features
  Home:   https://github.com/pytest-dev/pytest
  Commit: 126896f69d065b46efbf55e6e2b30865ab4569c0
      https://github.com/pytest-dev/pytest/commit/126896f69d065b46efbf55e6e2b30865ab4569c0
  Author: Virgil Dupras <hsoft at hardcoded.net>
  Date:   2018-08-07 (Tue, 07 Aug 2018)

  Changed paths:
    M AUTHORS
    A changelog/3784.feature.rst
    M doc/en/reference.rst
    M src/_pytest/config/__init__.py
    M src/_pytest/helpconfig.py
    M testing/test_config.py

  Log Message:
  -----------
  Add option to disable plugin auto-loading

If `PYTEST_DISABLE_PLUGIN_AUTOLOAD` is set, disable auto-loading of
plugins through setuptools entrypoints. Only plugins that have been
explicitly specified are loaded.

ref #3784.


  Commit: 5f97711377e00cdbbd29024fb5cba7b4ed9f5c0a
      https://github.com/pytest-dev/pytest/commit/5f97711377e00cdbbd29024fb5cba7b4ed9f5c0a
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2018-08-08 (Wed, 08 Aug 2018)

  Changed paths:
    M AUTHORS
    A changelog/3784.feature.rst
    M doc/en/reference.rst
    M src/_pytest/config/__init__.py
    M src/_pytest/helpconfig.py
    M testing/test_config.py

  Log Message:
  -----------
  Merge pull request #3787 from hsoft/no-plugin-autoload

Add option to disable plugin auto-loading


Compare: https://github.com/pytest-dev/pytest/compare/a76cc8f8c475...5f97711377e0
      **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