From 5e3ce765dd6cb80881ee7234624c40d815ae6b49 Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Date: Thu, 3 Sep 2020 10:41:09 -0300 Subject: [PATCH] Drop mac support, will continue the experiment on another branch --- .github/workflows/ci.yml | 2 +- tests/test_streaming.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd06b9f..689e364 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest] python: ['3.7', '3.8'] spawn_backend: ['trio', 'mp'] steps: diff --git a/tests/test_streaming.py b/tests/test_streaming.py index 8d06478..17ab9ea 100644 --- a/tests/test_streaming.py +++ b/tests/test_streaming.py @@ -241,7 +241,7 @@ def test_not_fast_enough_quad( results = tractor.run(cancel_after, delay, arbiter_addr=arb_addr) system = platform.system() if system in ('Windows', 'Darwin') and results is not None: - # In Windows CI it seems later runs are quicker then the first + # In CI envoirments it seems later runs are quicker then the first # so just ignore these print(f"Woa there {system} caught your breath eh?") else: