Dan Yeaw added the comment:
I continued to look in to this and updated the title of the issue, I don't
think this is caused by doctest. I also updated a minimum example here:
https://github.com/danyeaw/plugin-console-test
If using pytest and GTK, any module loaded that makes use of rea
New submission from Dan Yeaw :
When running pytest --doctest-modules, I am getting seg faults on the GitHub
Actions CI when running doctests covering module docstrings.
runner@fv-az177-300:~/work/gaphor/gaphor$ source .venv/bin/activate
(.venv) runner@fv-az177-300:~/work/gaphor/gaphor$ xvfb
Dan Yeaw added the comment:
lazka: Thanks for you response. You are correct, the issue was that I had a pip
installed version of setuptools somehow. It sounds like you think that all
issues should go downstream to fixing them in the MINGW-packages. I am OK with
this, it just seams like
New submission from Dan Yeaw :
I am using the mingw-w64-x86_64-python3 in MSYS2 on Windows to package a
PyGObject app. When I try to pip install the app, I am getting errors about the
VC 6.0 isn't supported.
It looks like setuptools is trying to patch distutils msvc. The msvc9com