* Use stdlib unittest.mock - Drop mock BuildRequires. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-reorder?expand=0&rev=9
14 lines
478 B
Diff
14 lines
478 B
Diff
Index: pytest_reorder-0.1.1/tests/test_pytest_reorder.py
|
|
===================================================================
|
|
--- pytest_reorder-0.1.1.orig/tests/test_pytest_reorder.py
|
|
+++ pytest_reorder-0.1.1/tests/test_pytest_reorder.py
|
|
@@ -3,7 +3,7 @@ import re
|
|
|
|
import pytest
|
|
import subprocess
|
|
-from mock import Mock
|
|
+from unittest.mock import Mock
|
|
from pytest_reorder import (
|
|
default_reordering_hook, unpack_test_ordering, make_reordering_hook,
|
|
DEFAULT_ORDER
|