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