summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-05-01 23:55:26 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2019-05-01 23:55:26 -0700
commit346464fe9539d0d8d928c0b4212ea73a4f92945e (patch)
treee64b92d6cebbe96588683da3d499a6cf00e83914
parent90fb6eef6e694fd0316917e3c481390758cd5efc (diff)
downloadisort-346464fe9539d0d8d928c0b4212ea73a4f92945e.tar.gz
Remove duplicated test
-rw-r--r--test_isort.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/test_isort.py b/test_isort.py
index 6c404e19..cd353ef9 100644
--- a/test_isort.py
+++ b/test_isort.py
@@ -2995,13 +2995,6 @@ def test_skip_paths_issue_938(tmpdir):
assert b'skipped 1' in results.lower()
-def test_standard_library_deprecates_user_issue_778():
- test_input = ('import os\n'
- '\n'
- 'import user\n')
- assert SortImports(file_contents=test_input).output == test_input
-
-
def test_failing_file_check_916():
test_input = ('#!/usr/bin/env python\n'
'# -*- coding: utf-8 -*-\n'