Hi,
I cloned the repository
, ran
python3 setup.py build
which gives a warning "UserWarning: Normalizing '5.0.0-dev' to '5.0.0.dev0'"
Now:
ignisvulpis@namenlos:~/development/rdflib$ python3 run_tests.py
Running nose with: --attr= test rdflib --where=./ --with-doctest --doctest-extension=.doctest --doctest-tests
Usage: run_tests.py [options]
run_tests.py: error: Error reading config file 'setup.cfg': no such option 'with-doctest-ignore-unicode'
ignisvulpis@namenlos:~/development/rdflib$
When I remove the setting from setup.cfg and also doctest-options=+IGNORE_UNICODE
there are then in fact unicode errors.
How do I fix this?
thanks
Axel