blob: d6a56ef6e0c45a1bc1f7da79e53f9081382ecf0e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- contrib/python/pytest/py3/ya.make (index)
+++ contrib/python/pytest/py3/ya.make (working tree)
@@ -15,6 +15,12 @@ PEERDIR(
contrib/python/wcwidth
)
+IF (OS_WINDOWS)
+ PEERDIR(
+ contrib/python/atomicwrites
+ )
+ENDIF()
+
NO_LINT()
NO_CHECK_IMPORTS(
|