This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 30f616110a Add pytest timeout also to PythonVirtualenvDecorator
(#40263)
30f616110a is described below
commit 30f616110aabf0d8dffe34bb09bb9bcaf21861c5
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Jun 15 17:05:26 2024 +0200
Add pytest timeout also to PythonVirtualenvDecorator (#40263)
One more test that timeouts often when running in parallel - this
one also missed extra timeout.
---
tests/decorators/test_python_virtualenv.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/decorators/test_python_virtualenv.py
b/tests/decorators/test_python_virtualenv.py
index 0f7ab6918d..b19fa1f612 100644
--- a/tests/decorators/test_python_virtualenv.py
+++ b/tests/decorators/test_python_virtualenv.py
@@ -42,6 +42,7 @@ CLOUDPICKLE_MARKER = pytest.mark.skipif(not
CLOUDPICKLE_INSTALLED, reason="`clou
_Invalid = Any
[email protected]_timeout(120)
class TestPythonVirtualenvDecorator:
@CLOUDPICKLE_MARKER
def test_add_cloudpickle(self, dag_maker):