williballenthin / python-evtx

Pure Python parser for Windows Event Log files (.evtx)
Apache License 2.0
719 stars 165 forks source link

Make the package working with pytest4 (and two cosmetic nit-fixes) #66

Closed mcepl closed 3 years ago

mcepl commented 4 years ago

The way your tests use fixtures is incompatible with pytest 4. With this tiny patch it works again.

williballenthin commented 3 years ago

fixed in d94999045b5bad9bcde680e663b20b27959eec42 thanks @mcepl