diff options
| author | arcadia-devtools <[email protected]> | 2022-03-15 13:35:56 +0300 | 
|---|---|---|
| committer | arcadia-devtools <[email protected]> | 2022-03-15 13:35:56 +0300 | 
| commit | 094638589de6a6c9f91fad0005843fc1c1adc957 (patch) | |
| tree | 7d55b9e950eb724da222548997547bf6710b1b58 /library/python/pytest/plugins | |
| parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/python/pytest/plugins')
| -rw-r--r-- | library/python/pytest/plugins/ya.make | 32 | 
1 files changed, 0 insertions, 32 deletions
| diff --git a/library/python/pytest/plugins/ya.make b/library/python/pytest/plugins/ya.make deleted file mode 100644 index c15d6f759dc..00000000000 --- 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() | 
