Hello Adam,
I am starting to use locally the fifloader.py and templates.fif.json
Is the "FuturWarning" message something to be worked on ? Is it something you also have in your openQA servers ? === $./fifloader.py -w --filename xx.upstream templates.fif.json /usr/lib/python3.7/site-packages/jsonschema/_validators.py:200: FutureWarning: Possible nested set at position 7 not re.search(patrn, instance) Input template data is valid Generated template data is valid ===
On Tue, 2020-02-11 at 15:38 +0100, Normand wrote:
Hello Adam,
I am starting to use locally the fifloader.py and templates.fif.json
Is the "FuturWarning" message something to be worked on ? Is it something you also have in your openQA servers ? === $./fifloader.py -w --filename xx.upstream templates.fif.json /usr/lib/python3.7/site-packages/jsonschema/_validators.py:200: FutureWarning: Possible nested set at position 7 not re.search(patrn, instance) Input template data is valid Generated template data is valid ===
It's a thing to be worked on, but it's not in our code - look where the line reference is, it's in the jsonschema module. I actually keep meaning to look at it and see if there's a patch upstream to backport to Fedora, or else send one upstream - I just haven't got around to it yet.
It's just a deprecation warning for now, it doesn't mean anything's broken.
On Tue, 2020-02-11 at 09:55 -0800, Adam Williamson wrote:
On Tue, 2020-02-11 at 15:38 +0100, Normand wrote:
Hello Adam,
I am starting to use locally the fifloader.py and templates.fif.json
Is the "FuturWarning" message something to be worked on ? Is it something you also have in your openQA servers ? === $./fifloader.py -w --filename xx.upstream templates.fif.json /usr/lib/python3.7/site-packages/jsonschema/_validators.py:200: FutureWarning: Possible nested set at position 7 not re.search(patrn, instance) Input template data is valid Generated template data is valid ===
It's a thing to be worked on, but it's not in our code - look where the line reference is, it's in the jsonschema module. I actually keep meaning to look at it and see if there's a patch upstream to backport to Fedora, or else send one upstream - I just haven't got around to it yet.
It's just a deprecation warning for now, it doesn't mean anything's broken.
Filed an issue upstream:
https://github.com/Julian/jsonschema/issues/659
qa-devel@lists.fedoraproject.org