| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Rebased, the CI should pass now |
Sorry, something went wrong.
…et pytest catch them
…6-on-0.12.x Backport PR #1406 on branch 0.12.x (chore: fix deprecation warnings/issues and let pytest catch them)
| Back | FazBrowse Home | New Git URL |
This will clean up not only our test output, but also others, we only got one left from traittypes now:
$ py.test tests --pdb jdaviz-dev =============================== test session starts ================================ platform darwin -- Python 3.7.10, pytest-6.1.2, py-1.10.0, pluggy-0.13.1 rootdir: /Users/maartenbreddels/src/bqplot, configfile: pytest.ini plugins: asdf-2.8.0, anyio-3.0.1 collected 10 items tests/binary_serialization_test.py ..... [ 50%] tests/marks_test.py .... [ 90%] tests/selector_test.py . [100%] ================================= warnings summary ================================= ../../miniconda3/envs/jdaviz-dev/lib/python3.7/site-packages/traittypes/traittypes.py:24 /Users/maartenbreddels/miniconda3/envs/jdaviz-dev/lib/python3.7/site-packages/traittypes/traittypes.py:24: DeprecationWarning: Sentinel is not a public part of the traitlets API. It was published by mistake, and may be removed in the future. """) -- Docs: https://docs.pytest.org/en/stable/warnings.html ========================== 10 passed, 1 warning in 0.19s ===========================