From de65737cb1e2be6762cafb0884a04a13aa9b0ec0 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 18 Jul 2015 18:23:17 -0300 Subject: [PATCH] Fix flakes --- _pytest/mark.py | 1 - _pytest/pdb.py | 1 - 2 files changed, 2 deletions(-) diff --git a/_pytest/mark.py b/_pytest/mark.py index 9d2b70958..5f6372397 100644 --- a/_pytest/mark.py +++ b/_pytest/mark.py @@ -1,6 +1,5 @@ """ generic mechanism for marking and selecting python functions. """ import inspect -import py class MarkerError(Exception): diff --git a/_pytest/pdb.py b/_pytest/pdb.py index 904504ffe..78fedd373 100644 --- a/_pytest/pdb.py +++ b/_pytest/pdb.py @@ -4,7 +4,6 @@ import pdb import sys import pytest -import py def pytest_addoption(parser):