diff options
| author | robot-piglet <[email protected]> | 2024-07-15 11:39:51 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-07-15 11:49:41 +0300 |
| commit | 0a2f5690f8160545d556f3c978dba7272564d047 (patch) | |
| tree | 90e91bb3923cd5338a640efeb1759553083add93 /yt/python | |
| parent | 853998ef91546e36757de9e51dd79bda129cbaa3 (diff) | |
Intermediate changes
Diffstat (limited to 'yt/python')
| -rw-r--r-- | yt/python/yt/type_info/test/py2/ya.make | 1 | ||||
| -rw-r--r-- | yt/python/yt/type_info/test/py3/ya.make | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/yt/python/yt/type_info/test/py2/ya.make b/yt/python/yt/type_info/test/py2/ya.make index 99e4a631f25..ad17d2c4e5d 100644 --- a/yt/python/yt/type_info/test/py2/ya.make +++ b/yt/python/yt/type_info/test/py2/ya.make @@ -1,3 +1,4 @@ PY2TEST() + END() diff --git a/yt/python/yt/type_info/test/py3/ya.make b/yt/python/yt/type_info/test/py3/ya.make index e1210482c08..a48bf996c78 100644 --- a/yt/python/yt/type_info/test/py3/ya.make +++ b/yt/python/yt/type_info/test/py3/ya.make @@ -1,5 +1,6 @@ PY3TEST() + PEERDIR( yt/python/yt/type_info/test/lib ) |
