Skip to content

Commit d2f709d

Browse files
committed
Revert "Add a test that obviously fails"
This reverts commit cbcd0b9.
1 parent cbcd0b9 commit d2f709d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Lib/test/test_import/test_lazy_imports.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,6 @@ def tearDown(self):
381381
sys.set_lazy_imports_filter(None)
382382
sys.set_lazy_imports("normal")
383383

384-
def test_that_fails(self):
385-
self.assertTrue(False)
386-
387384
def test_dunder_lazy_import(self):
388385
"""__lazy_import__ should create lazy import proxy."""
389386
import test.test_import.data.lazy_imports.dunder_lazy_import

0 commit comments

Comments
 (0)