Skip to content

Commit c2c1f32

Browse files
committed
Remove collect_ignore referring to msvc9compiler.
1 parent dc7e309 commit c2c1f32

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

conftest.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77
import path
88
import pytest
99

10-
collect_ignore = []
11-
12-
13-
if platform.system() != 'Windows':
14-
collect_ignore.extend([
15-
'distutils/msvc9compiler.py',
16-
])
17-
1810

1911
@pytest.fixture
2012
def save_env():

0 commit comments

Comments
 (0)