summaryrefslogtreecommitdiff
path: root/testing/test_mark.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/test_mark.py')
-rw-r--r--testing/test_mark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_mark.py b/testing/test_mark.py
index f35660093..f00c1330e 100644
--- a/testing/test_mark.py
+++ b/testing/test_mark.py
@@ -4,8 +4,8 @@ from unittest import mock
import pytest
from _pytest.config import ExitCode
-from _pytest.mark import EMPTY_PARAMETERSET_OPTION
from _pytest.mark import MarkGenerator as Mark
+from _pytest.mark.structures import EMPTY_PARAMETERSET_OPTION
from _pytest.nodes import Collector
from _pytest.nodes import Node