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
A clue to this failure here might well be described in the comment:
When used on a method that has a pyplot wrapper, this should be the
outermost decorator, so that :file:`boilerplate.py` can access the original
signature.
If the function it's checking has been instrumented, make_keyword_only won't be the outermost decorator, the wrapt wrapper the agent applies will be.
apotterri
changed the title
Test failures in matplotlib project for all tests
matplotlib tests fail, expecting their decorator to be outermost
Jul 30, 2024
In the 3.5 version of this project: https://github.com/matplotlib/matplotlib
Revision
de98877e3dc45de8dd441d008f23d88738dc015d
Create venv
pip install -r requirements/dev/dev-requirements.txt
pip install -r requirements/testing/all.txt
pip install pytest-xdist pytest appmap
pytest -vv
(most tests will pass)
run
appmap-python pytest -vv
- all tests will fail.They all fail with the same error. Here is a single test example.
The text was updated successfully, but these errors were encountered: