Skip to content

Commit

Permalink
feat(pyproject.toml): update package versions to 1.0.0a37 for langflo…
Browse files Browse the repository at this point in the history
…w and 0.0.48 for langflow-base

feat(pyproject.toml): add '-n auto' option to pytest addopts to run tests in parallel for faster execution
  • Loading branch information
ogabrielluiz committed May 24, 2024
1 parent 543e8d5 commit d5d6f2b
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 4 deletions.
288 changes: 287 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langflow"
version = "1.0.0a36"
version = "1.0.0a37"
description = "A Python package with a built-in web application"
authors = ["Langflow <contact@langflow.org>"]
maintainers = [
Expand Down Expand Up @@ -132,7 +132,7 @@ ignore-regex = '.*(Stati Uniti|Tense=Pres).*'

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra"
addopts = "-ra -n auto"
testpaths = ["tests", "integration"]
console_output_style = "progress"
filterwarnings = ["ignore::DeprecationWarning"]
Expand Down
2 changes: 1 addition & 1 deletion src/backend/base/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langflow-base"
version = "0.0.47"
version = "0.0.48"
description = "A Python package with a built-in web application"
authors = ["Langflow <contact@langflow.org>"]
maintainers = [
Expand Down

0 comments on commit d5d6f2b

Please sign in to comment.