Closed kloczek closed 3 years ago
Hi,
the warning:
elementpath/regex/patterns.py:docstring of elementpath.regex.patterns.translate_pattern:9: WARNING: Inline emphasis start-string without end-string.
will be fixed escaping *
character in docstring.
The other warnings maybe depend by installed dependencies. After updating the environment with:
$ pip install --upgrade -r requirements-dev.txt
no warning appears.
Fixed by release v2.2.3.
Thx :)