Re: [rdflib-dev] with-doctests-ignore-unicode error

2021-11-13 Thread Nicholas Car
It's resolved by pip install doctest-ignore-unicode but the thing that's puzzling me is why I never encountered this issue before? I wonder why it wasn't installed when I did pip install -r requirements.dev.txt. Perhaps I did miss that call but I did get the same error on a clean install of Python

Re: [rdflib-dev] with-doctests-ignore-unicode error

2021-11-13 Thread Iwan Aucamp
Hi Nicholas, I have no problems with the master branch on Linux with tox, using a venv or running directly. All I can think is that you are missing some nose plugin, did you run this before?: python -m pip install -r requirements.txt -r requirements.dev.txt I think we should probably extend the

[rdflib-dev] with-doctests-ignore-unicode error

2021-11-12 Thread Nicholas Car
Is anyone else getting this error trying to run tests: run_tests.py: error: Error reading config file 'setup.cfg': no such option 'with-doctest-ignore-unicode' I see that there is, in fact, this variable in config.cfg: with-doctest-ignore-unicode=1 So I can't work out the issue. Same on Window