Skip to content

Commit e8425e7

Browse files
committed
Skip Sql Server test in Travis
1 parent 148198d commit e8425e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_db_containers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def connect():
102102
for document in cursor:
103103
print(document)
104104

105-
105+
@pytest.mark.skip(reason="needs ms sql client libraries unavailable on Travis")
106106
def test_docker_run_mssql():
107107
config = SqlServerContainer()
108108
with config as mssql:

0 commit comments

Comments
 (0)