{ "info": { "author": "User Name", "author_email": "username@example.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Pytest", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Testing" ], "description": "=====================\npytest-disable-plugin\n=====================\n\n.. image:: https://img.shields.io/pypi/v/pytest-disable-plugin.svg\n :target: https://pypi.org/project/pytest-disable-plugin\n :alt: PyPI version\n\n.. image:: https://img.shields.io/pypi/pyversions/pytest-disable-plugin.svg\n :target: https://pypi.org/project/pytest-disable-plugin\n :alt: Python versions\n\n.. image:: https://travis-ci.org/username/pytest-disable-plugin.svg?branch=master\n :target: https://travis-ci.org/username/pytest-disable-plugin\n :alt: See Build Status on Travis CI\n\n.. image:: https://ci.appveyor.com/api/projects/status/github/username/pytest-disable-plugin?branch=master\n :target: https://ci.appveyor.com/project/username/pytest-disable-plugin/branch/master\n :alt: See Build Status on AppVeyor\n\nDisable plugins per test\n\n----\n\nThis `pytest`_ plugin was generated with `Cookiecutter`_ along with `@hackebrot`_'s `cookiecutter-pytest-plugin`_ template.\n\n\nFeatures\n--------\n\n* Disable pytest plugins for specific tests.\n\n\nRequirements\n------------\n\n* pytest\n\n\nInstallation\n------------\n\nYou can install \"pytest-disable-plugin\" via `pip`_ from `PyPI`_::\n\n $ pip install pytest-disable-plugin\n\n\nUsage\n-----\n\n.. code-block:: python\n\n import pytest\n\n @pytest.mark.disable_plugin(\"some_plugin_name\")\n def test_something():\n # This test will unload the plugin during setup and reload it afterwards.\n assert f() == 1\n\n def test_something_else():\n # This test will use the plugin as normal.\n assert f() == 2\n\n\nContributing\n------------\nContributions are very welcome. Tests can be run with `tox`_, please ensure\nthe coverage at least stays the same before you submit a pull request.\n\nLicense\n-------\n\nDistributed under the terms of the `MIT`_ license, \"pytest-disable-plugin\" is free and open source software\n\n\nIssues\n------\n\nIf you encounter any problems, please `file an issue`_ along with a detailed description.\n\n.. _`Cookiecutter`: https://github.com/audreyr/cookiecutter\n.. _`@hackebrot`: https://github.com/hackebrot\n.. _`MIT`: http://opensource.org/licenses/MIT\n.. _`BSD-3`: http://opensource.org/licenses/BSD-3-Clause\n.. _`GNU GPL v3.0`: http://www.gnu.org/licenses/gpl-3.0.txt\n.. _`Apache Software License 2.0`: http://www.apache.org/licenses/LICENSE-2.0\n.. _`cookiecutter-pytest-plugin`: https://github.com/pytest-dev/cookiecutter-pytest-plugin\n.. _`file an issue`: https://github.com/username/pytest-disable-plugin/issues\n.. _`pytest`: https://github.com/pytest-dev/pytest\n.. _`tox`: https://tox.readthedocs.io/en/latest/\n.. _`pip`: https://pypi.org/project/pip/\n.. _`PyPI`: https://pypi.org/project\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/username/pytest-disable-plugin", "keywords": "", "license": "MIT", "maintainer": "User Name", "maintainer_email": "username@example.com", "name": "pytest-disable-plugin", "package_url": "https://pypi.org/project/pytest-disable-plugin/", "platform": "", "project_url": "https://pypi.org/project/pytest-disable-plugin/", "project_urls": { "Homepage": "https://github.com/username/pytest-disable-plugin" }, "release_url": "https://pypi.org/project/pytest-disable-plugin/0.1.2/", "requires_dist": [ "pytest (>=3.5.0)" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "summary": "Disable plugins per test", "version": "0.1.2" }, "last_serial": 4877746, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "33fdf330be31377b343a89ed55a1f0cd", "sha256": "2d6537680af5e0843355cfcbd39a0e39928b33c0e057cff02187bc81f8de4488" }, "downloads": -1, "filename": "pytest_disable_plugin-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "33fdf330be31377b343a89ed55a1f0cd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 3761, "upload_time": "2019-02-28T05:08:50", "url": "https://files.pythonhosted.org/packages/3e/65/48e24721af79013fba69e9408d6e78f2789696920191bd8a3b807994b21a/pytest_disable_plugin-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6f2629f805b582e85db04e32432a1067", "sha256": "14b10725e6895cb5c899c1089eba5bb182cc1b513f8db67372025e842d849e40" }, "downloads": -1, "filename": "pytest-disable-plugin-0.1.0.tar.gz", "has_sig": false, "md5_digest": "6f2629f805b582e85db04e32432a1067", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 3369, "upload_time": "2019-02-28T05:08:52", "url": "https://files.pythonhosted.org/packages/e5/5a/f276028cfb47977eccf55d21000db89d00d68d4f7b8a712aa704697b193c/pytest-disable-plugin-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "ca8820c6679c71687b109bc26b7686f3", "sha256": "0a9a8cc7bfcd01e9816d5e31fc299323d062dc493fcd42cbfdb5522e8ba4a8e2" }, "downloads": -1, "filename": "pytest_disable_plugin-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ca8820c6679c71687b109bc26b7686f3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 3906, "upload_time": "2019-02-28T05:38:32", "url": "https://files.pythonhosted.org/packages/9c/59/29d55caa01869b67ee2544ae8e8b1f0cfcf770358f5d209a82bcb0331f94/pytest_disable_plugin-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b11954ba6eb4c4942f7c9397b28a9cc5", "sha256": "88cbfb0c5213d52714f08ff329fd76595a60cd28fa6a6c9d1a996b329207d66c" }, "downloads": -1, "filename": "pytest-disable-plugin-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b11954ba6eb4c4942f7c9397b28a9cc5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 3565, "upload_time": "2019-02-28T05:38:34", "url": "https://files.pythonhosted.org/packages/dd/44/e1c188fb145d647a77ac58ab104ecf30e75f44919b1b1a227f5ba384f1f6/pytest-disable-plugin-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "aa7c8b63959710a7131e36ee3d1632cf", "sha256": "995692b317cbcc140b2a3682bd2550aa3e53a8b38bbf5b376872ce82354a2d54" }, "downloads": -1, "filename": "pytest_disable_plugin-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "aa7c8b63959710a7131e36ee3d1632cf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 3924, "upload_time": "2019-02-28T06:15:22", "url": "https://files.pythonhosted.org/packages/08/6d/6c6938755af86bc4af26760ef7ac3c8b8664a258758f3a509f79b8e09a88/pytest_disable_plugin-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "826c5c029a403ba7c645bf3ecbe3ce58", "sha256": "7c6c7c56dc04bbdb13e019cc6251c06feec30ef0d349e391c462360e491cea88" }, "downloads": -1, "filename": "pytest-disable-plugin-0.1.2.tar.gz", "has_sig": false, "md5_digest": "826c5c029a403ba7c645bf3ecbe3ce58", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 3575, "upload_time": "2019-02-28T06:15:24", "url": "https://files.pythonhosted.org/packages/d4/3a/f2873c294501049392200eb274fdff7e710c6d85737d18e2ed862b592cc4/pytest-disable-plugin-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aa7c8b63959710a7131e36ee3d1632cf", "sha256": "995692b317cbcc140b2a3682bd2550aa3e53a8b38bbf5b376872ce82354a2d54" }, "downloads": -1, "filename": "pytest_disable_plugin-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "aa7c8b63959710a7131e36ee3d1632cf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 3924, "upload_time": "2019-02-28T06:15:22", "url": "https://files.pythonhosted.org/packages/08/6d/6c6938755af86bc4af26760ef7ac3c8b8664a258758f3a509f79b8e09a88/pytest_disable_plugin-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "826c5c029a403ba7c645bf3ecbe3ce58", "sha256": "7c6c7c56dc04bbdb13e019cc6251c06feec30ef0d349e391c462360e491cea88" }, "downloads": -1, "filename": "pytest-disable-plugin-0.1.2.tar.gz", "has_sig": false, "md5_digest": "826c5c029a403ba7c645bf3ecbe3ce58", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 3575, "upload_time": "2019-02-28T06:15:24", "url": "https://files.pythonhosted.org/packages/d4/3a/f2873c294501049392200eb274fdff7e710c6d85737d18e2ed862b592cc4/pytest-disable-plugin-0.1.2.tar.gz" } ] }