Drop mac support, will continue the experiment on another branch

matrix
Guillermo Rodriguez 2020-09-03 10:41:09 -03:00
parent ad68ff665f
commit 5e3ce765dd
No known key found for this signature in database
GPG Key ID: 3F61096EC7DF75A8
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: