Skip to content

Commit 035080a

Browse files
committed
Ready for v0.3.2
1 parent a872280 commit 035080a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "job-pool"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "Enhanced Job Pool for Python Multiprocessing"
55
authors = ["Matthew The <matthew.the@tum.de>"]
66
license = "Apache-2.0"

tests/unit_tests/test_job_pool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def my_error_callback(x):
6060

6161
with pytest.raises(AbnormalPoolTerminationError):
6262
_ = pool.checkPool()
63-
assert False
6463

6564

6665
def test_no_exited_process():

0 commit comments

Comments
 (0)