Pytest Suppress Exit Code

pip install pytest-custom_exit_code

pytest --suppress-no-test-exit-code

pytest --suppress-tests-failed-exit-code
Puzzled Puffin