.codecov.yml
.gitignore
.pre-commit-config.yaml
.pylint-spelling-words
.pylintrc
.readthedocs.yaml
CHANGELOG.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
NOTICE
README.rst
noxfile.py
pyproject.toml
pytest.ini
setup.cfg
setup.py
.github/CODEOWNERS
.github/workflows/release.yml
.github/workflows/testing.yml
.pre-commit-hooks/check-changelog-entries.py
.pre-commit-hooks/copyright-headers.py
.pre-commit-hooks/sort-pylint-spelling-words.py
changelog/.gitignore
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/contents.rst
docs/index.rst
docs/make.bat
docs/sitevars.rst
docs/_static/.gitkeep
docs/_static/css/inline-include.css
docs/_static/img/SaltProject_Logomark_teal.png
docs/_static/img/SaltProject_altlogo_teal.png
docs/ref/pytestskipmarkers/index.rst
docs/ref/pytestskipmarkers/plugin.rst
docs/ref/pytestskipmarkers/utils/index.rst
docs/ref/pytestskipmarkers/utils/markers.rst
docs/ref/pytestskipmarkers/utils/platform.rst
docs/ref/pytestskipmarkers/utils/ports.rst
requirements/base.txt
requirements/build.txt
requirements/changelog.txt
requirements/docs.txt
requirements/lint.txt
requirements/tests.txt
src/pytest_skip_markers.egg-info/PKG-INFO
src/pytest_skip_markers.egg-info/SOURCES.txt
src/pytest_skip_markers.egg-info/dependency_links.txt
src/pytest_skip_markers.egg-info/entry_points.txt
src/pytest_skip_markers.egg-info/not-zip-safe
src/pytest_skip_markers.egg-info/requires.txt
src/pytest_skip_markers.egg-info/top_level.txt
src/pytestskipmarkers/__init__.py
src/pytestskipmarkers/plugin.py
src/pytestskipmarkers/py.typed
src/pytestskipmarkers/version.py
src/pytestskipmarkers/downgraded/__init__.py
src/pytestskipmarkers/downgraded/plugin.py
src/pytestskipmarkers/downgraded/utils/__init__.py
src/pytestskipmarkers/downgraded/utils/markers.py
src/pytestskipmarkers/downgraded/utils/platform.py
src/pytestskipmarkers/downgraded/utils/ports.py
src/pytestskipmarkers/downgraded/utils/socket.py
src/pytestskipmarkers/downgraded/utils/win_functions.py
src/pytestskipmarkers/utils/__init__.py
src/pytestskipmarkers/utils/markers.py
src/pytestskipmarkers/utils/platform.py
src/pytestskipmarkers/utils/ports.py
src/pytestskipmarkers/utils/socket.py
src/pytestskipmarkers/utils/socket.pyi
src/pytestskipmarkers/utils/win_functions.py
tests/__init__.py
tests/conftest.py
tests/functional/test_destructive_test.py
tests/functional/test_expensive_test.py
tests/functional/test_requires_network.py
tests/functional/test_skip_if_binaries_missing.py
tests/functional/test_skip_if_not_root.py
tests/functional/test_skip_on_aarch64.py
tests/functional/test_skip_on_aix.py
tests/functional/test_skip_on_darwin.py
tests/functional/test_skip_on_env.py
tests/functional/test_skip_on_freebsd.py
tests/functional/test_skip_on_linux.py
tests/functional/test_skip_on_netbsd.py
tests/functional/test_skip_on_openbsd.py
tests/functional/test_skip_on_photonos.py
tests/functional/test_skip_on_platforms.py
tests/functional/test_skip_on_smartos.py
tests/functional/test_skip_on_spawning_platform.py
tests/functional/test_skip_on_sunos.py
tests/functional/test_skip_on_windows.py
tests/functional/test_skip_unless_on_aarch64.py
tests/functional/test_skip_unless_on_aix.py
tests/functional/test_skip_unless_on_darwin.py
tests/functional/test_skip_unless_on_freebsd.py
tests/functional/test_skip_unless_on_linux.py
tests/functional/test_skip_unless_on_netbsd.py
tests/functional/test_skip_unless_on_openbsd.py
tests/functional/test_skip_unless_on_photonos.py
tests/functional/test_skip_unless_on_platforms.py
tests/functional/test_skip_unless_on_smartos.py
tests/functional/test_skip_unless_on_spawning_platform.py
tests/functional/test_skip_unless_on_sunos.py
tests/functional/test_skip_unless_on_windows.py
tests/functional/markers/__init__.py
tests/unit/__init__.py
tests/unit/utils/__init__.py
tests/unit/utils/test_platform.py
tests/unit/utils/test_ports.py
tests/unit/utils/markers/__init__.py
tests/unit/utils/markers/test_skip_if_binaries_missing.py
tests/unit/utils/markers/test_skip_if_no_local_network.py
tests/unit/utils/markers/test_skip_if_no_remote_network.py
tests/unit/utils/markers/test_skip_if_not_root.py
tests/unit/utils/markers/test_skip_on_env.py