We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a529b38 commit f986098Copy full SHA for f986098
tools/src/test/python/test_mirror_incoming_retval.py
@@ -37,8 +37,7 @@
37
from opengrok_tools.utils.exitvals import CONTINUE_EXITVAL, SUCCESS_EXITVAL
38
39
40
-@pytest.fixture(scope="module", autouse=True)
41
-def setup():
+def setup_module(module):
42
# The default has changed for python 3.8 (see https://github.com/oracle/opengrok/issues/3296).
43
# Because of the mocking we need to use the "fork" type to propagate all mocks to the
44
# processes spawned by mirror command
0 commit comments