blob: 35cd692edb324be483498ef98abd2dbaa5460a13 (
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(
|