make_post_sell/requirements-test.txt
russell@unturf.com cdc6582a8f fix: add timeouts to PayPal sandbox tests and pytest-timeout safety net
PayPal sandbox tests used requests.post/get() with no timeout parameter.
When the CI runner at build.unturf.com cannot reach api-m.sandbox.paypal.com,
these calls block until TCP timeout (minutes), stalling all xdist workers
and causing the 1-hour CI timeout.

- Add timeout=10 to all requests calls in PayPal sandbox tests
- Add pytest-timeout with 60s default so no single test can hang the suite
2026-02-23 14:51:19 -05:00

9 lines
143 B
Text

# testing.
pytest
pytest-cov
pytest-timeout # Per-test timeout safety net
pytest-xdist # Parallel test execution
nose
mock
WebTest
fakeredis