From 346464fe9539d0d8d928c0b4212ea73a4f92945e Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Wed, 1 May 2019 23:55:26 -0700 Subject: Remove duplicated test --- test_isort.py | 7 ------- 1 file changed, 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' -- cgit v1.2.1