aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/pytest/ya.make
diff options
context:
space:
mode:
authorDmitry Kopylov <kopylovd@gmail.com>2022-02-10 16:48:18 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:18 +0300
commitb2f5101486cc0de2e979c8ba9ada2109785bf5fd (patch)
treeaffe28b840816b505db0467f2285b01c89c04247 /library/python/pytest/ya.make
parente9b28b5aad71453a4637b70dde02e801e4147a2a (diff)
downloadydb-b2f5101486cc0de2e979c8ba9ada2109785bf5fd.tar.gz
Restoring authorship annotation for Dmitry Kopylov <kopylovd@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'library/python/pytest/ya.make')
-rw-r--r--library/python/pytest/ya.make28
1 files changed, 14 insertions, 14 deletions
diff --git a/library/python/pytest/ya.make b/library/python/pytest/ya.make
index 060c92c313..ee3c47dccb 100644
--- a/library/python/pytest/ya.make
+++ b/library/python/pytest/ya.make
@@ -1,32 +1,32 @@
PY23_LIBRARY()
-
+
OWNER(
g:yatool
dmitko
)
-
-PY_SRCS(
+
+PY_SRCS(
__init__.py
- main.py
+ main.py
rewrite.py
- yatest_tools.py
+ yatest_tools.py
context.py
-)
-
-PEERDIR(
+)
+
+PEERDIR(
contrib/python/dateutil
contrib/python/ipdb
contrib/python/py
contrib/python/pytest
contrib/python/requests
- library/python/pytest/plugins
- library/python/testing/yatest_common
- library/python/testing/yatest_lib
-)
-
+ library/python/pytest/plugins
+ library/python/testing/yatest_common
+ library/python/testing/yatest_lib
+)
+
RESOURCE_FILES(
PREFIX library/python/pytest/
pytest.yatest.ini
)
-END()
+END()