{"id":19041041,"url":"https://github.com/everythingme/pytest-disable","last_synced_at":"2025-08-09T04:13:27.781Z","repository":{"id":62584023,"uuid":"42116434","full_name":"EverythingMe/pytest-disable","owner":"EverythingMe","description":"pytest plugin to disable a test and skip it from testrun","archived":false,"fork":false,"pushed_at":"2015-09-10T13:29:17.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-02-02T13:46:38.947Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EverythingMe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-08T14:12:46.000Z","updated_at":"2015-12-25T19:05:54.000Z","dependencies_parsed_at":"2022-11-03T22:17:41.331Z","dependency_job_id":null,"html_url":"https://github.com/EverythingMe/pytest-disable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EverythingMe%2Fpytest-disable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EverythingMe%2Fpytest-disable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EverythingMe%2Fpytest-disable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EverythingMe%2Fpytest-disable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EverythingMe","download_url":"https://codeload.github.com/EverythingMe/pytest-disable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240100517,"owners_count":19747683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T22:26:37.348Z","updated_at":"2025-02-21T22:41:24.329Z","avatar_url":"https://github.com/EverythingMe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"pytest-disable\n==============\n\npytest plugin to disable a test and skip it from testrun.\n\nInstall with:\n\n    pip install pytest-disable\n\nUsage:\n\n    import pytest\n\n    @pytest.mark.disable(reason='Test is flaky and fails')\n    def test_foo():\n        assert True==False\n\n    def test_bar():\n        assert True\n\nYields this output:\n\n    $ py.test -sv test_foo.py\n    ===================================== test session starts ======================================\n    platform darwin -- Python 2.7.10 -- py-1.4.30 -- pytest-2.7.10 -- /usr/bin/python\n    plugins: disable\n    collected 2 items\n\n    test_foo.py::test_foo SKIPPED\n    test_foo.py::test_bar PASSED\n\n    =================================== short test summary info ====================================\n    SKIP [1] test_foo.py:3: Test is flaky and fails.\n    ============================= 1 passed, 1 skipped in 0.01 seconds ==============================","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feverythingme%2Fpytest-disable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feverythingme%2Fpytest-disable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feverythingme%2Fpytest-disable/lists"}