quantumlib / Cirq

A Python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
Apache License 2.0
4.24k stars 1.01k forks source link

Skip cloned env tests on macOS #6378

Closed smburdick closed 9 months ago

smburdick commented 9 months ago

Related issue: #6377

Make cloned environment tests skip on macOS due to failure. I followed the instructions in development.md exactly, but no luck with these specific tests. Until that issue is resolved, they should only be run on linux.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (be7b059) 97.80% compared to head (0217f53) 97.81%. Report is 12 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6378 +/- ## ======================================== Coverage 97.80% 97.81% ======================================== Files 1111 1111 Lines 96877 97054 +177 ======================================== + Hits 94754 94931 +177 Misses 2123 2123 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

pavoljuhas commented 9 months ago

The test passed on my Mac laptop and seems to be also doing OK in CI runs - https://github.com/quantumlib/Cirq/issues/6377#issuecomment-1867099966

If it still fails with all dependencies installed, please reopen #6377.