qiime2 / provenance-lib

QIIME 2 Provenance Replay Tools
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Remove DeprecationWarnings filter (VERSION parser) #31

Open ChrisKeefe opened 2 years ago

ChrisKeefe commented 2 years ago

This guy exists to filter out arcane deprecation warnings that pop up in the repeated encoding and decoding on the _VERSION_MATCHER regex. It should be removed, either by handling the encoding/decoding properly, or by factoring out the regex entirely, as Greg has suggested during an unrelated conversation.

ChrisKeefe commented 2 years ago

SO posts that might be releveant/useful: