ydb-python-sdk icon indicating copy to clipboard operation
ydb-python-sdk copied to clipboard

add tests for ydb package work with requirements from setup.py

Open rekby opened this issue 2 years ago • 1 comments

Now all tests work with requirements from requirements.txt, requirements-test.txt only.

rekby avatar Dec 27 '22 10:12 rekby

fired, fix simptom https://github.com/ydb-platform/ydb-python-sdk/pull/254

for the test need:

  1. Build package
  2. Install package to clean venv (without -e from source)
  3. Execute simple script (connection to docker, stub select)

Package files difference with source folder and it can cause problem

rekby avatar Mar 23 '23 16:03 rekby