- Changed the interface for the pytest plugin when saving hdf5 files from anybody tests.
1.2.2
**Fixed:**
- Fixed problem with Ctrl-C events not working. `scipy.stats` used some fortran routines which hijacked the key event and caused a crash instead. - Fixed an issue with process time not being reported correctly. - Fixed an issue with macros which were a mixture of normal strings and macro-command helper classes from `anypytools.macro_commands`.
1.2.1
**Fixed:**
- Add a work-around for a bug in AnyBody \< 7.2.2 which cause the AnyBody console to start in interactive mode when launched from AnyPyTools. This could cause the console application to hang if something fails in AnyBody.
1.2.0
**Added:**
- Pytest plugin: Option to set the `faltal_warnings` variable as a list to select the warnings which should trigger an error.
**Removed:**
- Pytest plugin: Deprecated the `warnings_to_include` variable. Instead use the `fatal_warnings` variable to select specific warnings.
1.1.5
**Fixed:**
- Fix a bug with pytest plugin which caused expected errors to still show up in the error list.
1.1.4
**Removed:**
- Removed an `--runslow` argument in pytest plugin api. This setting caused problem when the user defined it them self.