Skip to content

Commit

Permalink
Revert "Revert "XXX travis-ci's py3.6 is not up to date""
Browse files Browse the repository at this point in the history
This reverts commit bcd2c90.
  • Loading branch information
skirpichev committed Oct 5, 2016
1 parent e8d15e9 commit 0b8c127
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diofant/core/tests/test_cache.py
@@ -1,3 +1,5 @@
import sys

import pytest

from diofant.core.symbol import Symbol
Expand Down Expand Up @@ -27,6 +29,8 @@ def test_cacheit():
assert _identity(1) == 1


@pytest.mark.skipif(sys.version_info >= (3, 6),
reason="https://github.com/pytest-dev/pytest/issues/1957")
def test_print_cache(capfd):
clear_cache()
wrapped = _identity.__wrapped__
Expand Down

0 comments on commit 0b8c127

Please sign in to comment.