Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvoleg committed Nov 2, 2024
1 parent 37a03c3 commit c3b2aa9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
version: "3.3"
services:
ydb:
image: cr.yandex/yc/yandex-docker-local-ydb:trunk
image: ydbplatform/local-ydb:trunk
restart: always
ports:
- "2136:2136"
hostname: localhost
environment:
- YDB_USE_IN_MEMORY_PDISKS=true
- YDB_ENABLE_COLUMN_TABLES=true
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sqlalchemy >= 2.0.7, < 3.0.0
ydb >= 3.18.7
ydb-dbapi==0.0.1b4
/Users/ovcharuk/work/ydb-sqlalchemy/ydb_dbapi-0.0.1b4-py3-none-any.whl
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pyyaml==5.3.1
greenlet
sqlalchemy==2.0.7
ydb >= 3.18.7
ydb-dbapi==0.0.1b4
/Users/ovcharuk/work/ydb-sqlalchemy/ydb_dbapi-0.0.1b4-py3-none-any.whl
requests<2.29
pytest==7.2.2
docker==6.0.1
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ ignore_errors = True
commands =
docker-compose up -d
python {toxinidir}/wait_container_ready.py
pytest -v test --dbdriver ydb --dbdriver ydb_async
; pytest -v test/test_core.py --dbdriver ydb --dbdriver ydb_async
; pytest -v test --dbdriver ydb --dbdriver ydb_async
pytest -v test/test_core.py::TestTablePathPrefix::test_reflection --dbdriver ydb --dbdriver ydb_async
; pytest -v test/test_core.py::TestSimpleSelect::test_sa_select_simple test/test_core.py::TestText::test_sa_text test/test_suite.py::ContainerTypesTest::test_struct_type_bind_variable_text --dbdriver ydb --dbdriver ydb_async
; pytest -v test_dbapi
pytest -v ydb_sqlalchemy
Expand Down
Binary file removed ydb_dbapi-0.0.1b1-py3-none-any.whl
Binary file not shown.
Binary file added ydb_dbapi-0.0.1b4-py3-none-any.whl
Binary file not shown.

0 comments on commit c3b2aa9

Please sign in to comment.