You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After package bson I've started using it on building and testing cattrs.
cattrs test suite fails with:
r/lib/python3.8/site-packages+ /usr/bin/pytest -ra -m 'not network'==================================================================================== test session starts ====================================================================================platform linux -- Python 3.8.16, pytest-7.3.1, pluggy-1.0.0rootdir: /home/tkloczko/rpmbuild/BUILD/cattrs-22.2.0configfile: pyproject.tomlplugins: hypothesis-6.72.4collected 264 items / 1 error========================================================================================== ERRORS ===========================================================================================__________________________________________________________________________ ERROR collecting tests/test_preconf.py ___________________________________________________________________________ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/cattrs-22.2.0/tests/test_preconf.py'.Hint: make sure your test modules/packages have valid Python names.Traceback:/usr/lib64/python3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level)tests/test_preconf.py:10: in <module> from bson import CodecOptions, ObjectIdE ImportError: cannot import name 'CodecOptions' from 'bson' (/usr/lib/python3.8/site-packages/bson/__init__.py)================================================================================== short test summary info ==================================================================================ERROR tests/test_preconf.py!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!===================================================================================== 1 error in 0.69s ======================================================================================
The text was updated successfully, but these errors were encountered:
After package
bson
I've started using it on building and testingcattrs
.cattrs
test suite fails with:The text was updated successfully, but these errors were encountered: