Teejay
Teejay
> Hi guys wave > > I have decided to develop a utility that is able to merge several pytest-html reports. Very useful to those running pytest suites in parallel...
I also think this would be a great enhancement and is very useful.
I experienced the same issue -- this behavior only occurs when run in combination with `pytest-sugar` since they re-define a lot of hooks.
@pipipipi2002 thanks for reporting! Could you please edit your code example to include all imports / dependencies so that the issue can be easily reproduced?
I'm not certain this is a bug -- rather it's left up to the developer to decide how they'd like to implement. The most simple and clear solution would be...
`libusb_package` replaces `usb.core`. Try using `libusb_package.find()` to see if it solves your issue.
The readme is pretty clear in my opinion -- this is more of a python basics question. The whl files generated can be found on pypi under `Navigation > Download...
Hmm, this seems like a somewhat niche and specific use case as I've never heard of a "circular log" before. There will be a slight delay on every iteration, but...
I believe I'm also experiencing this error within my ci tests -- [link](https://github.com/Tbruno25/can-explorer/actions/runs/9393598825) Poetry fails to find an installation candidate on specific python versions, however I'm able to immediately ssh...
`on_error` was indeed called -- midway down your log, you can see the line ``` TypeError: MyListener.on_error() takes 1 positional argument but 2 were given ``` Upon reviewing your code,...