turn mark into a package

This commit is contained in:
Ronny Pfannschmidt 2018-02-22 13:36:33 +01:00
parent 7336dbb979
commit c31e1a3797
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ from operator import attrgetter
from six.moves import map
from _pytest.config import UsageError
from .deprecated import MARK_PARAMETERSET_UNPACKING
from .compat import NOTSET, getfslineno
from ..deprecated import MARK_PARAMETERSET_UNPACKING
from ..compat import NOTSET, getfslineno
EMPTY_PARAMETERSET_OPTION = "empty_parameter_set_mark"