We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description of the issue
How to reproduce the issue
Setup development environment for Python 3.9.16 and run
$ check/pytest -n 3 --durations=20 --randomly-seed=176322568 --ignore=cirq-core/cirq/contrib
Strangely when pytest is run only on cirq-core/cirq/_compat_test.py it is a pass. There seems to be some interference with other tests.
cirq-core/cirq/_compat_test.py
Cirq version
1.4.0.dev at 3161d30 The failure shows for the Pytest MacOS (3.9) CI check in #6340.
The text was updated successfully, but these errors were encountered:
This was fixed by #6374 and by the merge 011f3fb in #6340.
Sorry, something went wrong.
pavoljuhas
No branches or pull requests
Description of the issue
How to reproduce the issue
Setup development environment for Python 3.9.16 and run
Strangely when pytest is run only on
cirq-core/cirq/_compat_test.py
it is a pass.There seems to be some interference with other tests.
Cirq version
1.4.0.dev at 3161d30
The failure shows for the Pytest MacOS (3.9) CI check in #6340.
The text was updated successfully, but these errors were encountered: