Skip to content

Commit 6f1f90e

Browse files
committed
Unskip postgres tests
1 parent 32533ef commit 6f1f90e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/conftest.py

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

33
import pytest
44

5-
from dstack._internal.server.testing.conf import session, test_db # noqa: F401
5+
from dstack._internal.server.testing.conf import postgres_container, session, test_db # noqa: F401
66

77

88
def pytest_configure(config):

0 commit comments

Comments
 (0)