Skip to content

Commit f142a84

Browse files
fixup: fix test after merge: this sequence should be truly unorderable - experiment 3
1 parent 373fc65 commit f142a84

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/pytest_order/plugin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
import pytest
44
from _pytest.config import Config
5-
from pytest import Mark, Function, Parser, Session
5+
from _pytest.mark import Mark
6+
from pytest import Function, Parser, Session
67

78
from .sorter import Sorter
89

0 commit comments

Comments
 (0)