Skip to content

Commit

Permalink
Skip Python Eval tests pantsbuild#6354
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Arellano committed Aug 16, 2018
1 parent 2a64b85 commit 503b0c6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@

from textwrap import dedent

import pytest
from future.utils import PY3
from pants.backend.python.subsystems.python_repos import PythonRepos
from pants.backend.python.subsystems.python_setup import PythonSetup
from pants_test.backend.python.tasks.python_task_test_base import PythonTaskTestBase

from pants.contrib.python.checks.tasks.python_eval import PythonEval


# TODO(python3port): https://github.com/pantsbuild/pants/issues/6354. Fix before switching fully to Py3.
@pytest.mark.skipif(PY3, reason='PEX issue when using Python 3. https://github.com/pantsbuild/pants/issues/6354')
class PythonEvalTest(PythonTaskTestBase):

@classmethod
Expand Down

0 comments on commit 503b0c6

Please sign in to comment.