blob: d1024bec664d17e173d229a7dc967456868c8685 (
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)
@@ -17,6 +17,12 @@ PEERDIR(
contrib/python/tomli
)
+IF (OS_WINDOWS)
+ PEERDIR(
+ contrib/python/atomicwrites
+ )
+ENDIF()
+
NO_LINT()
NO_CHECK_IMPORTS(
|