Closed moltob closed 5 years ago
@schettino72 Verified that warnings are gone on Linux and Windows, PR ready for review.
thanks.
How do you see these warnings when running tests?
Both CIs showed them, also see https://docs.pytest.org/en/latest/warnings.html.
ah ok. i see it. on my local machine it shows only once after i modify that line... tried to use -W without success, they always hide it after first run...
I guess i will change it to error, I usually dont read CI tracebacks unless something fails.
Unit tests raise these warnings:
This PR fixes the two invalid escape sequences by replacing
\]
with\\]
.