Skip to content

Commit

Permalink
Merge branch 'release_4.0.4' into release_4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalinn committed Sep 24, 2024
2 parents 801f6b1 + 2f3b659 commit f470ea4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion behavex/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def launch_by_feature(features,
json_reports,
global_vars.progress_bar_instance,
))
for parallel_process in as_completed(parallel_processes):
for parallel_process in parallel_processes:
parallel_process.result()
return execution_codes, json_reports

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "behavex"
version = "4.0.4"
version = "4.0.5"
description = "Agile testing framework on top of Behave (BDD)."
readme = "README.md"
license = { text = "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='behavex',
version='4.0.4',
version='4.0.5',
license="MIT",
platforms=['any'],
python_requires='>=3.5',
Expand Down

0 comments on commit f470ea4

Please sign in to comment.