============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON) cachedir: .pytest_cache rootdir: $(@D) collecting ... collected 5 items tests/test_cli.py::TestCLI::test_file PASSED tests/test_cli.py::TestCLI::test_pipe PASSED tests/test_cli.py::TestCLI::test_pipe_attr PASSED tests/test_cli.py::TestCLI::test_skipped_elements PASSED tests/test_setup.py::SetupTestCase::test_long_description PASSED =============================== warnings summary =============================== tests/test_setup.py::SetupTestCase::test_long_description $(@D)/tests/test_setup.py:21: PendingDeprecationWarning: Argument "writer_name" will be removed in Docutils 2.0. Specify writer name in the "writer" argument. html = publish_string(long_description, writer_name='html', -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======== 5 passed, 1 warning ========