Skip to content

Commit

Permalink
Skip tests requiring lxml on PyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Nov 5, 2020
1 parent bed69d8 commit dcef350
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_cli/test_pycharm_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@
import pytest
from click.testing import CliRunner, Result
from domdf_python_tools.paths import in_directory
from domdf_python_tools.testing import not_pypy
from pytest_regressions.file_regression import FileRegressionFixture

# this package
from repo_helper.cli.commands.pycharm_schema import pycharm_schema

pytestmark = not_pypy(reason="lxml 💔 PyPy")


def test_pycharm_schema_not_project(tmp_pathplus, file_regression: FileRegressionFixture):

Expand Down

0 comments on commit dcef350

Please sign in to comment.