Skip to content

Commit

Permalink
#77 Moved to PTB 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Nov 20, 2024
1 parent 513571a commit 3fb6ca4
Show file tree
Hide file tree
Showing 17 changed files with 625 additions and 368 deletions.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test +projects=PROJECTS:
for p in "{{projects}}".split():
run(f"poetry -C {p}/ install")
run(f"poetry -C {p}/ run nox -f {p}/noxfile.py -s coverage")
run(f"poetry -C {p}/ run nox -f {p}/noxfile.py -s test:coverage")
sys.exit(rc)

relock +projects=PROJECTS:
Expand Down
4 changes: 4 additions & 0 deletions pytest-backend/doc/changes/changes_0.3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ Bug fixing release
* #75: Fixed the project_short_tag fixture. Now it should be able to find the error_code_config.yml
regardless of the testing rootpath.
* #79: Made the plugin working with Python 3.9

## Internal

* Updated python-toolbox to >=0.16.0
2 changes: 1 addition & 1 deletion pytest-backend/exasol/pytest_backend/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ATTENTION:
# This file is generated by exasol/toolbox/pre_commit_hooks/package_version.py when using:
# * either "poetry run nox -s fix"
# * either "poetry run nox -s project:fix"
# * or "poetry run version-check <path/version.py> --fix"
# Do not edit this file manually!
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.
Expand Down
2 changes: 1 addition & 1 deletion pytest-backend/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from exasol.toolbox.nox.tasks import * # pylint: disable=wildcard-import disable=unused-wildcard-import

# default actions to be run if nothing is explicitly specified with the -s option
nox.options.sessions = ["fix"]
nox.options.sessions = ["project:fix"]
2 changes: 1 addition & 1 deletion pytest-backend/poetry.lock

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

2 changes: 1 addition & 1 deletion pytest-backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exasol-saas-api = ">=0.6.0,<1.0.0"
backend = "exasol.pytest_backend"

[tool.poetry.group.dev.dependencies]
exasol-toolbox = "0.15.0"
exasol-toolbox = ">=0.16.0,<1"
exasol-bucketfs = ">=0.13.0,<1"
pyexasol = ">=0.26.0"

Expand Down
1 change: 1 addition & 0 deletions pytest-extension/doc/changes/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
## Internal

* Relock dependencies
* Updated python-toolbox to >=0.16.0
2 changes: 1 addition & 1 deletion pytest-extension/exasol/pytest_extension/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ATTENTION:
# This file is generated by exasol/toolbox/pre_commit_hooks/package_version.py when using:
# * either "poetry run nox -s fix"
# * either "poetry run nox -s project:fix"
# * or "poetry run version-check <path/version.py> --fix"
# Do not edit this file manually!
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.
Expand Down
2 changes: 1 addition & 1 deletion pytest-extension/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from exasol.toolbox.nox.tasks import * # pylint: disable=wildcard-import disable=unused-wildcard-import

# default actions to be run if nothing is explicitly specified with the -s option
nox.options.sessions = ["fix"]
nox.options.sessions = ["project:fix"]
542 changes: 334 additions & 208 deletions pytest-extension/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pytest-extension/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exasol-python-extension-common = ">=0.7.0,<1"
ext = "exasol.pytest_extension"

[tool.poetry.group.dev.dependencies]
exasol-toolbox = "0.15.0"
exasol-toolbox = ">=0.16.0,<1"
exasol-bucketfs = ">=0.13.0,<1"
click = "^8.1.7"

Expand Down
2 changes: 1 addition & 1 deletion pytest-saas/exasol/pytest_saas/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ATTENTION:
# This file is generated by exasol/toolbox/pre_commit_hooks/package_version.py when using:
# * either "poetry run nox -s fix"
# * either "poetry run nox -s project:fix"
# * or "poetry run version-check <path/version.py> --fix"
# Do not edit this file manually!
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.
Expand Down
4 changes: 4 additions & 0 deletions pytest-slc/doc/changes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# Unreleased

## Internal

* Updated python-toolbox to >=0.16.0
2 changes: 1 addition & 1 deletion pytest-slc/exasol/pytest_slc/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ATTENTION:
# This file is generated by exasol/toolbox/pre_commit_hooks/package_version.py when using:
# * either "poetry run nox -s fix"
# * either "poetry run nox -s project:fix"
# * or "poetry run version-check <path/version.py> --fix"
# Do not edit this file manually!
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.
Expand Down
2 changes: 1 addition & 1 deletion pytest-slc/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from exasol.toolbox.nox.tasks import * # pylint: disable=wildcard-import disable=unused-wildcard-import

# default actions to be run if nothing is explicitly specified with the -s option
nox.options.sessions = ["fix"]
nox.options.sessions = ["project:fix"]
418 changes: 270 additions & 148 deletions pytest-slc/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pytest-slc/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exasol-python-extension-common = ">=0.8.0, <1.0.0"
slc = "exasol.pytest_slc"

[tool.poetry.group.dev.dependencies]
exasol-toolbox = "0.15.0"
exasol-toolbox = ">=0.16.0,<1"
exasol-bucketfs = ">=0.13.0,<1"

[build-system]
Expand Down

0 comments on commit 3fb6ca4

Please sign in to comment.