[Bug 265122] [NEW PORT] databases/py-redis4: the Python interface to the Redis key-value store(version 4.x).
Date: Sun, 10 Jul 2022 01:27:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265122 --- Comment #3 from Norikatsu Shigemura <nork@ninth-nine.com> --- I tested on following environment: ============================= test session starts ============================== platform freebsd13 -- Python 3.10.5, pytest-7.1.2, pluggy-1.0.0 -- /usr/local/bin/python3.10 cachedir: .pytest_cache rootdir: /usr/ports/databases/py-redis4/work-py310/redis-4.3.4 plugins: asyncio-0.18.3 asyncio: mode=auto And I got following result: ==================================== ERRORS ==================================== ______________________ ERROR collecting tests/test_ssl.py ______________________ tests/test_ssl.py:15: in <module> class TestSSL: tests/test_ssl.py:29: in TestSSL raise IOError(f"No SSL certificates found. They should be in {CERT_DIR}") E OSError: No SSL certificates found. They should be in /usr/ports/databases/py-redis4/work-py310/docker/stunnel/keys ------------------------------- Captured stderr -------------------------------- /usr/ports/databases/py-redis4/work-py310/redis-4.3.4/tests/test_ssl.py:14: PytestUnknownMarkWarning: Unknown pytest.mark.ssl - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html @pytest.mark.ssl !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 4.65s =============================== test_ssl.py is failed, but it's no problem. -- You are receiving this mail because: You are the assignee for the bug.