fix: compatibility for black on Android termux system that does not support multiprocessing

This commit is contained in:
debugtalk
2020-06-28 20:45:07 +08:00
parent 2c638ed52c
commit 25c10af750
3 changed files with 22 additions and 4 deletions

View File

@@ -1,10 +1,11 @@
# Release History
## 3.1.2 (2020-06-23)
## 3.1.2 (2020-06-28)
**Fixed**
- fix: missing setup/teardown hooks for referenced testcase
- fix: compatibility for `black` on Android termux that does not support multiprocessing well
## 3.1.1 (2020-06-23)