1.8.0 does not have compression tests
Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/70c79d6c Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/70c79d6c Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/70c79d6c Branch: refs/heads/v1-8-stable Commit: 70c79d6c9d422e0260a2721319f72add8fdabb87 Parents: 77e310b Author: Bolke de Bruin <[email protected]> Authored: Sun Feb 19 09:15:58 2017 +0100 Committer: Bolke de Bruin <[email protected]> Committed: Sun Feb 19 09:15:58 2017 +0100 ---------------------------------------------------------------------- tests/utils/__init__.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/70c79d6c/tests/utils/__init__.py ---------------------------------------------------------------------- diff --git a/tests/utils/__init__.py b/tests/utils/__init__.py index 6b15998..a0dd779 100644 --- a/tests/utils/__init__.py +++ b/tests/utils/__init__.py @@ -12,5 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -from .compression import * from .dates import *
