diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2025-01-05 21:04:44 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2025-01-05 21:17:43 +0300 |
commit | 8d6b1d92f402825e2759564bc561ea677f0f802d (patch) | |
tree | 9996812a7f0397d7f395c9319ad63ba5093ab398 /contrib/python | |
parent | b32630e045df6740fefcafef442b683c5e6c26c4 (diff) | |
download | ydb-8d6b1d92f402825e2759564bc561ea677f0f802d.tar.gz |
Intermediate changes
commit_hash:87733d3dd0e4d734402039c4e03f7e5c46ed93ab
Diffstat (limited to 'contrib/python')
-rw-r--r-- | contrib/python/requests-mock/py2/tests/ya.make | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/python/requests-mock/py2/tests/ya.make b/contrib/python/requests-mock/py2/tests/ya.make index 574578a75c..6286d54033 100644 --- a/contrib/python/requests-mock/py2/tests/ya.make +++ b/contrib/python/requests-mock/py2/tests/ya.make @@ -4,14 +4,13 @@ SUBSCRIBER(g:python-contrib) PEERDIR( contrib/python/mock - contrib/python/requests-futures contrib/python/requests-mock ) TEST_SRCS( base.py pytest/__init__.py - pytest/test_with_pytest.py + #pytest/test_with_pytest.py #test_adapter.py - need purl test_custom_matchers.py #test_fixture.py - need fixtures |