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
At some point the Arch Linux package for 0.4.1 stopped building because the tests started failing. I just bumped the packages to 0.5.1, but tests are still failing.
I believe this has to do with the dependencies being used to test being newer than something this project is actually using. Here is the related output including versions of test dependencies and the deprecation notes that it errors out on:
==> Starting check()...
============================================================================================== test session starts ==============================================================================================
platform linux -- Python 3.8.5, pytest-6.1.0, py-1.9.0, pluggy-0.13.1 -- /usr/bin/python
cachedir: .pytest_cache
Using --randomly-seed=867315760
rootdir: /home/caleb/projects/aur/python-skia-pathops/src/skia-pathops-0.5.1, configfile: tox.ini, testpaths: src/python/pathops, tests
plugins: randomly-3.4.1, forked-1.3.0, cov-2.10.1, xdist-2.1.0, cython-0.1.0
collected 43 items / 1 error / 42 selected
==================================================================================================== ERRORS =====================================================================================================
________________________________________________________________________________ ERROR collecting src/python/pathops/__init__.py ________________________________________________________________________________
Direct construction of DoctestModule has been deprecated, please use DoctestModule.from_parent.
See https://docs.pytest.org/en/stable/deprecations.html#node-construction-changed-to-node-from-parent for more details.
============================================================================================ short test summary info ============================================================================================
ERROR src/python/pathops/__init__.py
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
=============================================================================================== 1 error in 0.12s ================================================================================================
==> ERROR: A failure occurred in check().
The text was updated successfully, but these errors were encountered:
At some point the Arch Linux package for 0.4.1 stopped building because the tests started failing. I just bumped the packages to 0.5.1, but tests are still failing.
I believe this has to do with the dependencies being used to test being newer than something this project is actually using. Here is the related output including versions of test dependencies and the deprecation notes that it errors out on:
The text was updated successfully, but these errors were encountered: