potiuk commented on issue #4763: [AIRFLOW-3946] Deprecate utils.file.TemporaryDirectory URL: https://github.com/apache/airflow/pull/4763#issuecomment-500189680 Seems like one of the tests fail: ====================================================================== 52) ERROR: test_execute (tests.operators.test_docker_operator.DockerOperatorTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): /usr/lib/python3.5/unittest/mock.py line 1157 in patched return func(*args, **keywargs) tests/operators/test_docker_operator.py line 56 in test_execute operator.execute(None) airflow/operators/docker_operator.py line 211 in execute with TemporaryDirectory(prefix='airflowtmp', dir=self.host_tmp_dir) as host_tmp_dir: /app/.tox/py35-backend_mysql-env_docker/lib/python3.5/tempfile.py line 929 in __init__ self.name = mkdtemp(suffix, prefix, dir) /app/.tox/py35-backend_mysql-env_docker/lib/python3.5/tempfile.py line 507 in mkdtemp _os.mkdir(file, 0o700) FileNotFoundError: [Errno 2] No such file or directory: '/host/airflow/airflowtmpc9zm0nlp'
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
