Skip to content

Commit dcef350

Browse files
committed
Skip tests requiring lxml on PyPy
1 parent bed69d8 commit dcef350

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_cli/test_pycharm_schema.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@
66
import pytest
77
from click.testing import CliRunner, Result
88
from domdf_python_tools.paths import in_directory
9+
from domdf_python_tools.testing import not_pypy
910
from pytest_regressions.file_regression import FileRegressionFixture
1011

1112
# this package
1213
from repo_helper.cli.commands.pycharm_schema import pycharm_schema
1314

15+
pytestmark = not_pypy(reason="lxml 💔 PyPy")
16+
1417

1518
def test_pycharm_schema_not_project(tmp_pathplus, file_regression: FileRegressionFixture):
1619

0 commit comments

Comments
 (0)