aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/pytest
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
commit094638589de6a6c9f91fad0005843fc1c1adc957 (patch)
tree7d55b9e950eb724da222548997547bf6710b1b58 /library/python/pytest
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
downloadydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/python/pytest')
-rw-r--r--library/python/pytest/allure/ya.make11
-rw-r--r--library/python/pytest/empty/ya.make12
-rw-r--r--library/python/pytest/plugins/ya.make32
-rw-r--r--library/python/pytest/ya.make32
4 files changed, 0 insertions, 87 deletions
diff --git a/library/python/pytest/allure/ya.make b/library/python/pytest/allure/ya.make
deleted file mode 100644
index ab3f449c7f..0000000000
--- a/library/python/pytest/allure/ya.make
+++ /dev/null
@@ -1,11 +0,0 @@
-PY23_LIBRARY()
-
-OWNER(exprmntr)
-
-PY_SRCS(conftest.py)
-
-PEERDIR(
- contrib/python/pytest-allure-adaptor
-)
-
-END()
diff --git a/library/python/pytest/empty/ya.make b/library/python/pytest/empty/ya.make
deleted file mode 100644
index 8f0fa37e2a..0000000000
--- a/library/python/pytest/empty/ya.make
+++ /dev/null
@@ -1,12 +0,0 @@
-LIBRARY()
-
-OWNER(
- g:yatool
- dmitko
-)
-
-SRCS(
- main.c
-)
-
-END()
diff --git a/library/python/pytest/plugins/ya.make b/library/python/pytest/plugins/ya.make
deleted file mode 100644
index c15d6f759d..0000000000
--- a/library/python/pytest/plugins/ya.make
+++ /dev/null
@@ -1,32 +0,0 @@
-OWNER(g:yatest)
-
-PY23_LIBRARY()
-
-PY_SRCS(
- ya.py
- collection.py
- conftests.py
- fixtures.py
-)
-
-PEERDIR(
- library/python/filelock
- library/python/find_root
- library/python/testing/filter
-)
-
-IF (PYTHON2)
- PY_SRCS(
- fakeid_py2.py
- )
-
- PEERDIR(
- contrib/python/faulthandler
- )
-ELSE()
- PY_SRCS(
- fakeid_py3.py
- )
-ENDIF()
-
-END()
diff --git a/library/python/pytest/ya.make b/library/python/pytest/ya.make
deleted file mode 100644
index 060c92c313..0000000000
--- a/library/python/pytest/ya.make
+++ /dev/null
@@ -1,32 +0,0 @@
-PY23_LIBRARY()
-
-OWNER(
- g:yatool
- dmitko
-)
-
-PY_SRCS(
- __init__.py
- main.py
- rewrite.py
- yatest_tools.py
- context.py
-)
-
-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
-)
-
-RESOURCE_FILES(
- PREFIX library/python/pytest/
- pytest.yatest.ini
-)
-
-END()