[AIRFLOW-4827] Remove compatible test for python 2#5448
[AIRFLOW-4827] Remove compatible test for python 2#5448XD-DENG merged 1 commit intoapache:masterfrom
Conversation
|
Shouldnt you target https://issues.apache.org/jira/browse/AIRFLOW-4827 ? |
|
😭 What the matter today. Two PR connect to wrong Jira tickets |
Codecov Report
@@ Coverage Diff @@
## master #5448 +/- ##
=========================================
+ Coverage 79.01% 79.11% +0.1%
=========================================
Files 488 488
Lines 30564 30564
=========================================
+ Hits 24151 24182 +31
+ Misses 6413 6382 -31
Continue to review full report at Codecov.
|
tests/hooks/test_hive_hook.py
Outdated
There was a problem hiding this comment.
Not sure if you have removed wrong test case?
The test case you removed will be skipped if Py version < 3.4, i.e., this test case is the one for Py 3.4+ which should be kept.
(I haven't looked into the test case details. Justing checking the @unittest.skipIf conditions)
There was a problem hiding this comment.
You right, a wrong remove
ec05b9e to
488c848
Compare
|
CI green, PTAL @XD-DENG thanks. |
|
Thanks @zhongjiajie |
|
Thanks @XD-DENG |
Make sure you have checked all steps below.
Jira
Code Quality
flake8