Fix flakes

This commit is contained in:
Bruno Oliveira 2015-07-18 18:23:17 -03:00
parent 2f7d0f8bd9
commit de65737cb1
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
""" generic mechanism for marking and selecting python functions. """
import inspect
import py
class MarkerError(Exception):

View File

@ -4,7 +4,6 @@ import pdb
import sys
import pytest
import py
def pytest_addoption(parser):