summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'