Skip to content
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

Pin docker[ssh] to 6.1.3 #174

Merged
merged 1 commit into from
Dec 11, 2023
Merged

Pin docker[ssh] to 6.1.3 #174

merged 1 commit into from
Dec 11, 2023

Conversation

sambles
Copy link
Contributor

@sambles sambles commented Dec 11, 2023

Piwind Intergration tests are failing with the following, pip the python test requirements.in to the last known good version

environment = {'SELENIUM_JAR_PATH': '/usr/share/java/selenium-server.jar', 'CONDA': '/usr/share/miniconda', 'GITHUB_WORKSPACE': '/ho...bin/pytest', 'PYTEST_CURRENT_TEST': 'tests/test_piwind_integration.py::TestOasisModel::test_for_missing_files (setup)'}
version = None, context = None, tls_version = None

    def docker_client(environment, version=None, context=None, tls_version=None):
        """
        Returns a docker-py client configured using environment variables
        according to the same logic as the official Docker client.
        """
        try:
>           kwargs = kwargs_from_env(environment=environment, ssl_version=tls_version)
E           TypeError: kwargs_from_env() got an unexpected keyword argument 'ssl_version'

```
environment = {'SELENIUM_JAR_PATH': '/usr/share/java/selenium-server.jar', 'CONDA': '/usr/share/miniconda', 'GITHUB_WORKSPACE': '/ho...bin/pytest', 'PYTEST_CURRENT_TEST': 'tests/test_piwind_integration.py::TestOasisModel::test_for_missing_files (setup)'}
version = None, context = None, tls_version = None

    def docker_client(environment, version=None, context=None, tls_version=None):
        """
        Returns a docker-py client configured using environment variables
        according to the same logic as the official Docker client.
        """
        try:
>           kwargs = kwargs_from_env(environment=environment, ssl_version=tls_version)
E           TypeError: kwargs_from_env() got an unexpected keyword argument 'ssl_version'
```
@sambles sambles merged commit d6933b3 into main Dec 11, 2023
5 of 6 checks passed
@sambles sambles deleted the fix/ci-platform-testing branch December 11, 2023 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant