We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed69d8 commit dcef350Copy full SHA for dcef350
tests/test_cli/test_pycharm_schema.py
@@ -6,11 +6,14 @@
6
import pytest
7
from click.testing import CliRunner, Result
8
from domdf_python_tools.paths import in_directory
9
+from domdf_python_tools.testing import not_pypy
10
from pytest_regressions.file_regression import FileRegressionFixture
11
12
# this package
13
from repo_helper.cli.commands.pycharm_schema import pycharm_schema
14
15
+pytestmark = not_pypy(reason="lxml 💔 PyPy")
16
+
17
18
def test_pycharm_schema_not_project(tmp_pathplus, file_regression: FileRegressionFixture):
19
0 commit comments