Drop mac support, will continue the experiment on another branch
parent
ad68ff665f
commit
5e3ce765dd
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue