Open petecheslock opened 6 months ago
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.
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.