You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bo...@apache.org on 2017/02/19 08:16:22 UTC

[2/2] incubator-airflow git commit: 1.8.0 does not have compression tests

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 <bo...@xs4all.nl>
Authored: Sun Feb 19 09:15:58 2017 +0100
Committer: Bolke de Bruin <bo...@xs4all.nl>
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 *