Skip to content

Commit 17cd1c0

Browse files
disable apiwarn tests for all pytest 3.1
1 parent cdcc0f6 commit 17cd1c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

testing/log/test_warning.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
mypath = py.path.local(__file__).new(ext=".py")
99

1010

11-
win = sys.platform.startswith('win')
12-
pytestmark = pytest.mark.skipif(win and LooseVersion(pytest.__version__) >= LooseVersion('3.1'),
11+
pytestmark = pytest.mark.skipif(LooseVersion(pytest.__version__) >= LooseVersion('3.1'),
1312
reason='apiwarn is not compatible with pytest >= 3.1 (#162)')
1413

1514

0 commit comments

Comments
 (0)