{"id":14965245,"url":"https://github.com/saltstack/pytest-skip-markers","last_synced_at":"2025-10-19T08:32:25.443Z","repository":{"id":40422006,"uuid":"412534927","full_name":"saltstack/pytest-skip-markers","owner":"saltstack","description":"A Pytest plugin which implements a few useful skip markers","archived":false,"fork":false,"pushed_at":"2024-08-09T17:05:45.000Z","size":222,"stargazers_count":3,"open_issues_count":1,"forks_count":9,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-01-29T11:21:57.152Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saltstack.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-01T16:10:51.000Z","updated_at":"2024-08-09T16:46:19.000Z","dependencies_parsed_at":"2024-06-21T04:17:20.989Z","dependency_job_id":"92c95f68-a531-4fa4-b620-c7ed82a784fd","html_url":"https://github.com/saltstack/pytest-skip-markers","commit_stats":{"total_commits":93,"total_committers":7,"mean_commits":"13.285714285714286","dds":"0.31182795698924726","last_synced_commit":"49292fbc3638cda69953e907733cc7af76c0e5e3"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltstack%2Fpytest-skip-markers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltstack%2Fpytest-skip-markers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltstack%2Fpytest-skip-markers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltstack%2Fpytest-skip-markers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saltstack","download_url":"https://codeload.github.com/saltstack/pytest-skip-markers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237092968,"owners_count":19254320,"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-09-24T13:34:25.589Z","updated_at":"2025-10-19T08:32:19.866Z","avatar_url":"https://github.com/saltstack.png","language":"Python","readme":".. image:: https://img.shields.io/github/workflow/status/saltstack/pytest-skip-markers/CI?style=plastic\n   :target: https://github.com/saltstack/pytest-skip-markers/actions/workflows/testing.yml\n   :alt: CI\n\n\n.. image:: https://readthedocs.org/projects/pytest-skip-markers/badge/?style=plastic\n   :target: https://pytest-skip-markers.readthedocs.io\n   :alt: Docs\n\n\n.. image:: https://img.shields.io/codecov/c/github/saltstack/pytest-skip-markers?style=plastic\u0026token=CqV7t0yKTb\n   :target: https://codecov.io/gh/saltstack/pytest-skip-markers\n   :alt: Codecov\n\n\n.. image:: https://img.shields.io/pypi/pyversions/pytest-skip-markers?style=plastic\n   :target: https://pypi.org/project/pytest-skip-markers\n   :alt: Python Versions\n\n\n.. image:: https://img.shields.io/pypi/wheel/pytest-skip-markers?style=plastic\n   :target: https://pypi.org/project/pytest-skip-markers\n   :alt: Python Wheel\n\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=plastic\n   :target: https://github.com/psf/black\n   :alt: Code Style: black\n\n\n.. image:: https://img.shields.io/pypi/l/pytest-skip-markers?style=plastic\n   :alt: PyPI - License\n\n\n..\n   include-starts-here\n\n====================\nWhat is Skip Markers\n====================\n\nThis pytest plugin was extracted from `pytest-salt-factories`_. It's a collection of\nof useful skip markers created to simplify and reduce code required to skip tests in\nsome common scenarios, for example, platform specific tests.\n\n.. _pytest-salt-factories: https://github.com/saltstack/pytest-salt-factories\n\n\nInstall\n=======\n\nInstalling Skip Markers is as simple as:\n\n.. code-block:: bash\n\n   python -m pip install pytest-skip-markers\n\n\nAnd, that's honestly it.\n\n\nUsage\n=====\n\nOnce installed, you can now skip some tests with some simple pytest markers, for example.\n\n.. code-block:: python\n\n   import pytest\n\n\n   @pytest.mark.skip_unless_on_linux\n   def test_on_linux():\n       assert True\n\n\nContributing\n============\n\nThe pytest-skip-markers project team welcomes contributions from the community.\nFor more detailed information, refer to `CONTRIBUTING`_.\n\n.. _CONTRIBUTING: https://github.com/saltstack/pytest-skip-markers/blob/main/CONTRIBUTING.md\n\n..\n   include-ends-here\n\nDocumentation\n=============\n\nThe full documentation can be seen `here \u003chttps://pytest-skip-markers.readthedocs.io\u003e`_.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaltstack%2Fpytest-skip-markers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaltstack%2Fpytest-skip-markers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaltstack%2Fpytest-skip-markers/lists"}