Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hack? to fix failing macOS-3.10 tests #1020

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 25, 2023

  1. Hack? to fix failing macOS-3.10 tests

    `<=` instead of `==`, because in some cases, we seem to get some extra events???
    
    E.g.: https://github.com/gorakhargosh/watchdog/actions/runs/6473427100/job/17576095114#step:5:372
    
    Note, I am on an M1 Mac with OS X 12.6.8 (GitHub Actions above used OS X
    12.7) and I used Python 3.10.13 (same as GitHub Actions above) and I
    could not reproduce this:
    
    ```
    $ python -V
    Python 3.10.13
    
    $ python -m tox -e py
    ...
    ====================================== 161 passed, 8 skipped, 1 xfailed, 2 xpassed in 90.80s (0:01:30) =======================================
    .pkg: _exit> python /Users/abramowi/Code/OpenSource/watchdog/.venv/lib/python3.10/site-packages/pyproject_api/_backend.py True setuptools.build_meta __legacy__
      py: OK (92.48=setup[1.17]+cmd[91.31] seconds)
      congratulations :) (93.22 seconds)
    ```
    msabramo committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f377c27 View commit details
    Browse the repository at this point in the history