01-fix-ya.make.patch 393 B

123456789101112
  1. --- contrib/python/ipdb/py3/ya.make (index)
  2. +++ contrib/python/ipdb/py3/ya.make (working tree)
  3. @@ -28,6 +28,9 @@ PEERDIR(
  4. NO_LINT()
  5. NO_CHECK_IMPORTS(
  6. + # Modules presented below leads to initialization of pdb,
  7. + # which try to create ~/.ipython/profile_default/history.sqlite-journal,
  8. + # due to which import tests may crash
  9. ipdb.__init__
  10. ipdb.__main__
  11. ipdb.stdout