+ cd m2crypto
++ readlink -f build/lib.freebsd-15.0-RELEASE-p5-amd64-cpython-311
+ PYTHONPATH=/home/build/m2crypto/build/lib.freebsd-15.0-RELEASE-p5-amd64-cpython-311
+ python3 -m mypy --no-color-output -p M2Crypto
error: INTERNAL ERROR -- Please try using mypy master on GitHub:
https://mypy.readthedocs.io/en/stable/common_issues.html#using-a-development-mypy-build
If this issue continues with mypy master, please report a bug at https://github.com/python/mypy/issues
version: 1.20.0
note: please use --show-traceback to print a traceback when reporting a bug
Exception ignored in: <function SqliteMetadataStore.__del__ at 0x1160822b2020>
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/mypy/metastore.py", line 242, in __del__
self.close()
File "/usr/local/lib/python3.11/site-packages/mypy/metastore.py", line 236, in close
if self.db:
^^^^^^^
AttributeError: 'SqliteMetadataStore' object has no attribute 'db'
When running
mypyin CI with FreeBSD container (https://builds.sr.ht/~mcepl/job/1737686) I get this error:To Reproduce
Your Environment
mypy.ini(and other config files):https://git.sr.ht/~mcepl/m2crypto/tree/master/item/setup.cfg has: