aboutsummaryrefslogtreecommitdiffstats
path: root/build/rules/py2_deprecation/ya.make
blob: a7f5852ac91b77a20cd80bc225bb51f5a2d78577 (plain) (blame)
1
2
3
4
5
6
OWNER(g:ymake)
RESOURCES_LIBRARY()

MESSAGE(WARNING You are using deprecated Python2-only dependencies in your code. Please consider rewriting it to Python 3. To list all such errors use `ya make -DFAIL_PY2` or `ya make -ttt -DFAIL_PY2` if you see this error during tests.)

END()