Files
e2b-dev--e2b/packages/python-sdk/pytest.ini
T
Joseph Lombrozo d2e22e3748 Some general pytest cleanup (#1021)
- Individual tests must complete in less than 5 minutes
- Add a `make test` option that runs tests
- Upgrade poetry to 2.1.1 (the lock file was generated by this version,
so this just matches what we already expect)
2025-11-13 17:58:30 -08:00

9 lines
159 B
INI

# content of pytest.ini
[pytest]
markers =
skip_debug: skip test if E2B_DEBUG is set.
asyncio_mode=auto
addopts = "--import-mode=importlib"
timeout = 300