Matt Davis

Results 38 issues of Matt Davis

IIUC, the recommended approach to using this action with custom base images is to fork or embed and add new Dockerfiles. Assuming one didn't want additional customization in the Dockerfile...

For some reason, WinRM operations appear to leak even when cleanup_command is successfully called after execution. On long-running shells, this will eventually result in a 500 error with the reason:...

bug

Pywinrm 0.2.0 lowered the default operation timeouts from 60s to 20s (and the read timeout to 30s) to allow for faster failures on dead hosts, etc. This generally isn't a...

bug

We try to suppress "noise" warnings (InsecurePlatformWarning, SNIMissingWarning, InsecureRequestWarning) on requests' bundled version of urllib3. However, some platforms' requests packages remove the bundled urllib3 and use a publicly installed build...

priority/nice-to-have

* custom pytest collector and item to surface pyyaml data-driven tests as individual pytest unit tests * moved some true unit tests to pytest-native tests * deprecated `setup.py test` custom...

fixes #601 * Cython 3.0 changes its build_ext command base class to one that's incompatible with pyyaml's subclass * temporarily force use of Cython3's `old_build_ext` compatibility class if present

As we've already encountered, the `share` dir can cause problems during development and packaging. It seems like most of the items there should just be under various datafile subpackages in...

structural

### Summary Connecting via ssh key-based auth to older hosts that are not configured for rsa-sha2 algorithms and/or `server-sig-algs` extension fails with `Authentication failed` when using paramiko 2.9.0+, but works...

support:core
bug
has_pr
affects_2.15

A janky prototype that hits several pain points: * Allows use of generic RHEL-ish container images instead of a huge pile of specially-crafted images- check out `demo/v3_demo/execution-environment.yml` for a working...

The `pip` depsolver currently only issues warnings when an incompatible version of a package is installed (eg, when a later install with a conflicting dep breaks a previous one)- someone...