konstin / github-wikidata-bot

Updates Wikidata entries using metadata from github
https://www.wikidata.org/wiki/User:Github-wiki-bot
Other
41 stars 8 forks source link

DeprecationWarning: invalid escape sequence \d #89

Closed konstin closed 5 years ago

konstin commented 5 years ago

From the travis log at https://travis-ci.org/konstin/github-wikidata-bot/builds/544669043:

=============================== warnings summary ===============================
versionhandler.py:59
  /home/travis/build/konstin/github-wikidata-bot/versionhandler.py:59: DeprecationWarning: invalid escape sequence \d
    words = ["stable", "beta", "alpha", "rc", "pre", "preview", "b\d", "dev"]
-- Docs: https://docs.pytest.org/en/latest/warnings.html
Nudin commented 5 years ago

Already fixed a few weeks agoin my local version, will push later.

Nudin commented 5 years ago

PS: Thanks for fixing Travis. Will make things easier.