-
Notifications
You must be signed in to change notification settings - Fork 0
Prepare releases pytest-backend 1.1.0 #105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
pytest-backend/pyproject.toml
Outdated
@@ -14,7 +14,7 @@ packages = [{include = "exasol"}] | |||
|
|||
[tool.poetry.dependencies] | |||
pytest = ">=7,<9" | |||
exasol-integration-test-docker-environment = "^3.1.0" | |||
exasol-integration-test-docker-environment = "^4.1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did the itde api start api change frrom 3 to 4, if not we should allow both
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it changed, see https://github.com/exasol/pytest-plugins/pull/105/files#r2215474895
@@ -18,7 +18,7 @@ | |||
timestamp_name, | |||
) | |||
from exasol_integration_test_docker_environment.lib import api | |||
from exasol_integration_test_docker_environment.lib.data.environment_info import ( | |||
from exasol_integration_test_docker_environment.lib.models.data.environment_info import ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
EnvironmentInfo was moved
|
|
|
No description provided.