potiuk commented on code in PR #43979:
URL: https://github.com/apache/airflow/pull/43979#discussion_r1842698914
##########
Dockerfile.ci:
##########
@@ -1068,12 +1068,6 @@ function check_run_tests() {
python "${IN_CONTAINER_DIR}/remove_arm_packages.py"
fi
- if [[ ${TEST_TYPE} == "PlainAsserts" ]]; then
- # Plain asserts should be converted to env variable to make sure they
are taken into account
- # otherwise they will not be effective during test collection when
plain assert is breaking collection
- export PYTEST_PLAIN_ASSERTS="true"
- fi
Review Comment:
Yes. It mysteriously stopped happening :)
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]