.gitignore
LICENSE
README.md
requirements-dev.txt
setup.cfg
setup.py
tox.ini
.github/workflows/main.yml
.github/workflows/python-publish.yml
pytest_never_sleep/__init__.py
pytest_never_sleep/_version.py
pytest_never_sleep/hooks.py
pytest_never_sleep/never_sleep.py
pytest_never_sleep/plugin.py
pytest_never_sleep.egg-info/PKG-INFO
pytest_never_sleep.egg-info/SOURCES.txt
pytest_never_sleep.egg-info/dependency_links.txt
pytest_never_sleep.egg-info/entry_points.txt
pytest_never_sleep.egg-info/requires.txt
pytest_never_sleep.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_plugin.py