{"id":28107,"library":"pytest-enabler","title":"pytest-enabler","description":"A pytest plugin that enables installed but otherwise disabled pytest plugins (e.g., those behind namespace packages or with lazy entry points). Current version 3.4.0, requires Python >=3.9. Released irregularly; part of the jaraco suite.","status":"active","version":"3.4.0","language":"python","source_language":"en","source_url":"https://github.com/jaraco/pytest-enabler","tags":["pytest","plugin","testing","jaraco"],"install":[{"cmd":"pip install pytest-enabler","lang":"bash","label":"Latest"}],"dependencies":[],"imports":[{"note":"No common wrong import; the library is a plugin loaded by pytest automatically.","wrong":"","symbol":"pytest_enabler","correct":"import pytest_enabler"}],"quickstart":{"code":"# pytest-enabler is a pytest plugin; simply install it and pytest will discover it.\n# No explicit import required in your test code.\n# To verify it's active, run:\n# pytest --trace-config | grep enabler","lang":"python","description":"After installation, pytest-enabler automatically enables any installed pytest plugins that may be disabled (e.g., by namespace packaging). No manual activation needed."},"warnings":[{"fix":"Just install it; pytest finds it as a plugin.","message":"pytest-enabler works automatically; there's no need to import it or register it in conftest.py. Attempting to import it directly does nothing special.","severity":"gotcha","affected_versions":"all"},{"fix":"Upgrade Python to 3.9+ or stick with pytest-enabler <3.0.0.","message":"Version 3.0.0 dropped support for Python 3.7 and 3.8. Requires Python >=3.9.","severity":"breaking","affected_versions":">=3.0.0"}],"env_vars":null,"last_verified":"2026-05-09T00:00:00.000Z","next_check":"2026-08-07T00:00:00.000Z","problems":[{"fix":"Remove the import; pytest-enabler is a plugin, not a regular library. Just install it.","cause":"Trying to import pytest_enabler explicitly in test code.","error":"ModuleNotFoundError: No module named 'pytest_enabler'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}