Skip to content

fix ProxyCommand subprocess/fd leak in Session.close() #39

fix ProxyCommand subprocess/fd leak in Session.close()

fix ProxyCommand subprocess/fd leak in Session.close() #39

Workflow file for this run

name: rrmngmnt gatting
on:
pull_request:
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Install uv-tox
run: uv tool install tox --with tox-uv
- name: Run linters
run: tox -e pep8
- name: Run tests
run: tox --skip-env=pep8