blob: 41e20f6e2f039a6c68c32dedc7d1166f35ff4204 (
plain) (
tree)
|
|
PY23_LIBRARY()
PY_SRCS(
ya.py
collection.py
conftests.py
fixtures.py
metrics.py
)
PEERDIR(
library/python/filelock
library/python/find_root
library/python/testing/filter
library/python/testing/yatest_common
)
IF (PYTHON2)
PY_SRCS(
fakeid_py2.py
)
PEERDIR(
contrib/deprecated/python/faulthandler
)
ELSE()
PY_SRCS(
fakeid_py3.py
)
ENDIF()
END()
|