Skip to content

Commit

Permalink
Revert "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 0b8c127.
  • Loading branch information
skirpichev committed Oct 5, 2016
1 parent 9a3cb4e commit 6964fa6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions diofant/core/tests/test_cache.py
@@ -1,5 +1,3 @@
import sys

import pytest

from diofant.core.symbol import Symbol
Expand Down Expand Up @@ -29,8 +27,6 @@ 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 6964fa6

Please sign in to comment.