[GRASS-dev] [GRASS GIS] #3774: lib/gis/testsuite/test_parser_json.py are failing
GRASS GIS
trac at osgeo.org
Tue Mar 5 16:18:38 PST 2019
#3774: lib/gis/testsuite/test_parser_json.py are failing
-------------------------+-------------------------
Reporter: pmav99 | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone:
Component: Tests | Version: svn-trunk
Keywords: | CPU: Unspecified
Platform: Unspecified |
-------------------------+-------------------------
The tests on {{{lib/gis/testsuite/test_parser_json.py}}} are failing both
on Python 2 + 3.
{{{
- [{'param': 'input', 'value': 'hospitals'},
+ [{'param': 'input', 'value': 'hospitals at PERMANENT'},
}}}
The tests are also using {{{simplejson}}} which is 3rd party
lib and needs to be installed. I would advise changing that to {{{json}}}.
A simple {{{s/simplejson/json/g}}} should do it.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3774>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list