Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Jul 28, 2024
1 parent 1c19a63 commit 4ae786c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 36 deletions.
72 changes: 36 additions & 36 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -46,38 +46,38 @@ 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
python: "pypy-3.8"
- 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:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ addopts = """
-vvv
--cov=watchdog
--cov-report=term-missing:skip-covered
-x
"""

[tool.ruff]
Expand Down

0 comments on commit 4ae786c

Please sign in to comment.