diff options
author | Joffrey F <joffrey@docker.com> | 2015-11-12 11:16:43 -0800 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2015-11-12 11:21:37 -0800 |
commit | c622ff64b902770da582a391346f70d642e652b8 (patch) | |
tree | 2cc5a3602b08c8fcb61f40ce47cae73147d715c6 /tests/integration_test.py | |
parent | 6e73f04acc16f847c64a7d14cd9cdfd810b8a515 (diff) | |
download | docker-py-remove-ci-transition-files.tar.gz |
Remove unused filesremove-ci-transition-files
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'tests/integration_test.py')
-rw-r--r-- | tests/integration_test.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/integration_test.py b/tests/integration_test.py deleted file mode 100644 index 73cbf93..0000000 --- a/tests/integration_test.py +++ /dev/null @@ -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 |