Skip to content

Commit 19a2f44

Browse files
committed
install ydb sources as editable requirements for tests
fix proto requirements for ydb
1 parent 0d71887 commit 19a2f44

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ aiohttp>=3.7.4,<4.0.0
22
enum-compat>=0.0.1
33
grpcio>=1.42.0
44
packaging
5-
protobuf>3.13.0,<5.0.0
5+
protobuf>=3.13.0,<5.0.0
66
six<2

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ cython
4848
freezegun==1.2.2
4949
grpcio-tools
5050
pytest-cov
51+
-e .

0 commit comments

Comments
 (0)