We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a872280 commit 035080aCopy full SHA for 035080a
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "job-pool"
3
-version = "0.3.1"
+version = "0.3.2"
4
description = "Enhanced Job Pool for Python Multiprocessing"
5
authors = ["Matthew The <matthew.the@tum.de>"]
6
license = "Apache-2.0"
tests/unit_tests/test_job_pool.py
@@ -60,7 +60,6 @@ def my_error_callback(x):
60
61
with pytest.raises(AbnormalPoolTerminationError):
62
_ = pool.checkPool()
63
- assert False
64
65
66
def test_no_exited_process():
0 commit comments