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 32533ef commit 6f1f90eCopy full SHA for 6f1f90e
1 file changed
src/tests/conftest.py
@@ -2,7 +2,7 @@
2
3
import pytest
4
5
-from dstack._internal.server.testing.conf import session, test_db # noqa: F401
+from dstack._internal.server.testing.conf import postgres_container, session, test_db # noqa: F401
6
7
8
def pytest_configure(config):
0 commit comments