From 3ab03855da8670e65648e1183be0022976b3ed8a Mon Sep 17 00:00:00 2001 From: "Paul J. Dorn" Date: Mon, 13 May 2024 00:00:18 +0200 Subject: [PATCH] doc: remove mentions of no longer directly referenced fcntl --- .github/workflows/tox.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 308fab11a..3da82b546 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest] # All OSes pass except Windows because tests need Unix-only fcntl, grp, pwd, etc. + os: [ubuntu-latest, macos-latest] # All OSes pass except Windows because tests need Unix-only non-blocking pipes, grp, pwd, etc. python-version: # CPython <= 3.7 is EoL since 2023-06-27 - "3.7" diff --git a/appveyor.yml b/appveyor.yml index 3cf11f0e9..505193911 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ environment: #- TOXENV: run-entrypoint # PYTHON: "C:\\Python38-x64" # Windows is not ready for testing!!! - # Python's fcntl, grp, pwd, os.geteuid(), and socket.AF_UNIX are all Unix-only. + # Python's non-blocking pipes, grp, pwd, os.geteuid(), and socket.AF_UNIX are all Unix-only. #- TOXENV: py35 # PYTHON: "C:\\Python35-x64" #- TOXENV: py36