From 4ae786cfaa74df37a7f6bf6dc30fb0ff03ecee70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Sun, 28 Jul 2024 14:50:50 +0200 Subject: [PATCH] debug --- .github/workflows/tests.yml | 72 ++++++++++++++++++------------------- pyproject.toml | 1 + 2 files changed, 37 insertions(+), 36 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bc70920c..5d9e6d91 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,25 +19,25 @@ jobs: fail-fast: false matrix: tox: - - name: Types - environment: types - timeout: 15 + # - name: Types + # environment: types + # timeout: 15 - name: Test environment: py timeout: 15 os: - - name: Linux - matrix: linux - emoji: 🐧 - runs-on: [ubuntu-latest] + # - name: Linux + # matrix: linux + # emoji: 🐧 + # runs-on: [ubuntu-latest] - name: macOS matrix: macos emoji: 🍎 runs-on: [macos-latest] - - name: Windows - matrix: windows - emoji: 🪟 - runs-on: [windows-latest] + # - name: Windows + # matrix: windows + # emoji: 🪟 + # runs-on: [windows-latest] python: - "3.8" - "3.9" @@ -46,25 +46,25 @@ jobs: - "3.12" - "pypy-3.8" - "pypy-3.9" - include: - - tox: - name: Linter - environment: lint - timeout: 5 - python: "3.11" - os: - name: Linux - emoji: 🐧 - runs-on: [ubuntu-latest] - - tox: - name: Docs - environment: docs - timeout: 5 - python: "3.11" - os: - name: Linux - emoji: 🐧 - runs-on: [ubuntu-latest] + # include: + # - tox: + # name: Linter + # environment: lint + # timeout: 5 + # python: "3.11" + # os: + # name: Linux + # emoji: 🐧 + # runs-on: [ubuntu-latest] + # - tox: + # name: Docs + # environment: docs + # timeout: 5 + # python: "3.11" + # os: + # name: Linux + # emoji: 🐧 + # runs-on: [ubuntu-latest] exclude: - os: matrix: macos @@ -72,12 +72,12 @@ jobs: - os: matrix: macos python: "pypy-3.9" - - os: - matrix: windows - python: "pypy-3.8" - - os: - matrix: windows - python: "pypy-3.9" + # - os: + # matrix: windows + # python: "pypy-3.8" + # - os: + # matrix: windows + # python: "pypy-3.9" steps: diff --git a/pyproject.toml b/pyproject.toml index 9be9550e..1af7b34c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,7 @@ addopts = """ -vvv --cov=watchdog --cov-report=term-missing:skip-covered + -x """ [tool.ruff]