diff options
| author | robot-piglet <[email protected]> | 2024-07-28 00:00:07 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-07-28 00:07:59 +0300 |
| commit | 93600b3cefbd9b32f6cca41696896434d248c383 (patch) | |
| tree | 34a39a87c463e63d04541081513b954c40f686f3 /contrib/python | |
| parent | c0d6eaf671546cffbea7c1de5aa0c769f334b59b (diff) | |
Intermediate changes
Diffstat (limited to 'contrib/python')
| -rw-r--r-- | contrib/python/jsonschema/py2/tests/ya.make | 7 | ||||
| -rw-r--r-- | contrib/python/jsonschema/py3/tests/ya.make | 6 |
2 files changed, 1 insertions, 12 deletions
diff --git a/contrib/python/jsonschema/py2/tests/ya.make b/contrib/python/jsonschema/py2/tests/ya.make index 198984175b0..156dbf093c0 100644 --- a/contrib/python/jsonschema/py2/tests/ya.make +++ b/contrib/python/jsonschema/py2/tests/ya.make @@ -2,15 +2,10 @@ PY2TEST() PEERDIR( contrib/python/jsonschema + contrib/python/mock contrib/python/Twisted ) -IF (PYTHON2) - PEERDIR( - contrib/python/mock - ) -ENDIF() - SRCDIR(contrib/python/jsonschema/py2/jsonschema/tests) PY_SRCS( diff --git a/contrib/python/jsonschema/py3/tests/ya.make b/contrib/python/jsonschema/py3/tests/ya.make index 73af0ff813b..ae27842696b 100644 --- a/contrib/python/jsonschema/py3/tests/ya.make +++ b/contrib/python/jsonschema/py3/tests/ya.make @@ -5,12 +5,6 @@ PEERDIR( contrib/python/Twisted ) -IF (PYTHON2) - PEERDIR( - contrib/python/mock - ) -ENDIF() - SRCDIR(contrib/python/jsonschema/py3/jsonschema/tests) PY_SRCS( |
