mirror of https://github.com/docker/docker-py.git
Remove unused files
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
6e73f04acc
commit
c622ff64b9
|
@ -1,13 +0,0 @@
|
|||
# flake8: noqa
|
||||
|
||||
# FIXME: crutch while we transition to the new folder architecture
|
||||
# Remove imports when merged in master and Jenkins is updated to find the
|
||||
# tests in the new location.
|
||||
from .api_test import *
|
||||
from .build_test import *
|
||||
from .container_test import *
|
||||
from .exec_test import *
|
||||
from .image_test import *
|
||||
from .network_test import *
|
||||
from .regression_test import *
|
||||
from .volume_test import *
|
|
@ -1,4 +0,0 @@
|
|||
# FIXME: placeholder while we transition to the new folder architecture
|
||||
# Remove when merged in master and Jenkins is updated to find the tests
|
||||
# in the new location.
|
||||
from .integration import * # flake8: noqa
|
Loading…
Reference in New Issue