d2e22e3748
- 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)
9 lines
159 B
INI
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
|