Remove obsolete __future__ imports

This commit is contained in:
Anthony Sottile
2018-07-08 08:35:53 -07:00
parent d4faa4056b
commit 4ae93a7a07
5 changed files with 8 additions and 16 deletions

View File

@@ -33,8 +33,7 @@ class TestRaises(object):
def test_raises_as_contextmanager(self, testdir):
testdir.makepyfile(
"""
from __future__ import with_statement
import py, pytest
import pytest
import _pytest._code
def test_simple():