Skip to content

Commit

Permalink
Pin docker[ssh] to 6.1.3
Browse files Browse the repository at this point in the history
```
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'
```
  • Loading branch information
sambles committed Dec 11, 2023
1 parent 77d0d64 commit bd315ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ requests
pandas
parametrize
pyYaml==5.3.1
docker[ssh]==6.1.3

0 comments on commit bd315ee

Please sign in to comment.