Skip to content
Snippets Groups Projects
Commit 9bf2b78e authored by David Douard's avatar David Douard
Browse files

test: Do not run test_temporary twice

parent 8f341cfe
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
import pytest
from testing.postgresql import find_program
from .test_scheduler import TestScheduler
from .test_scheduler import TestScheduler as TestTemporaryScheduler # noqa: F401
def _has_initdb():
......@@ -31,7 +31,3 @@ def swh_scheduler_config():
pytestmark = pytest.mark.skipif(
not _has_initdb(), reason="initdb executable is missing"
)
class TestTemporaryScheduler(TestScheduler):
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment