Skip to content

Commit

Permalink
disable apiwarn tests for all pytest 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Sep 24, 2021
1 parent cdcc0f6 commit 17cd1c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testing/log/test_warning.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
mypath = py.path.local(__file__).new(ext=".py")


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


Expand Down

0 comments on commit 17cd1c0

Please sign in to comment.