diff --git a/pyproject.toml b/pyproject.toml index ba7a240..760dfb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ path = "masque/__init__.py" [project.optional-dependencies] oasis = ["fatamorgana~=0.11"] -dxf = ["ezdxf~=1.0.2"] +dxf = ["ezdxf~=1.4"] svg = ["svgwrite"] visualize = ["matplotlib"] text = ["matplotlib", "freetype-py"] @@ -110,6 +110,9 @@ lint.ignore = [ [tool.pytest.ini_options] addopts = "-rsXx" testpaths = ["masque"] +filterwarnings = [ + "ignore::pyparsing.exceptions.PyparsingDeprecationWarning:ezdxf.*", +] [tool.mypy] mypy_path = "stubs"