Skip to content
New issue

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

Extract cirq-pasqal #4241

Merged
merged 25 commits into from
Jun 30, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
28ca4c3
initial extraction - tests failing due to bug in deprecation testing …
balopat Jun 18, 2021
7bbec59
disable deprecation warning deduping during testing and fix deprecati…
balopat Jun 21, 2021
2517f4d
typo
balopat Jun 21, 2021
428de33
Merge branch 'fix_deprecation_logic_json_tests' into extract_pasqal2
balopat Jun 21, 2021
4a4f795
Merge branch 'master' into fix_deprecation_logic_json_tests
balopat Jun 21, 2021
28e4f8c
mypy
balopat Jun 21, 2021
aad8a3f
Merge branch 'fix_deprecation_logic_json_tests' into extract_pasqal2
balopat Jun 21, 2021
21c81bd
mypy fix
balopat Jun 22, 2021
caf6537
Merge branch 'master' into extract_pasqal2
balopat Jun 22, 2021
625f48f
fix flynt
balopat Jun 22, 2021
12003e2
add flynt for pytest minimal
balopat Jun 22, 2021
3d5a1f5
add flynt for pytest minimal
balopat Jun 22, 2021
a46fb69
Merge branch 'fix_flynt_for_changed_files' into extract_pasqal2
balopat Jun 22, 2021
cf9343d
fix codeowners
balopat Jun 22, 2021
21b3c4c
Merge branch 'fix_flynt_for_changed_files' into fix_deprecation_logic…
balopat Jun 22, 2021
60ed090
Merge branch 'master' into fix_deprecation_logic_json_tests
tanujkhattar Jun 23, 2021
9c3ae10
Merge branch 'master' into fix_deprecation_logic_json_tests
balopat Jun 23, 2021
a642000
added conftest.py for each module to turn on CIRQ_TESTING
balopat Jun 23, 2021
bf749a8
Merge branch 'fix_deprecation_logic_json_tests' of github.com:balopat…
balopat Jun 23, 2021
8a78c25
fix coverage
balopat Jun 23, 2021
fe3a69a
Merge branch 'fix_deprecation_logic_json_tests' into extract_pasqal2
balopat Jun 23, 2021
c57fa77
Merge branch 'master' into extract_pasqal2
balopat Jun 25, 2021
9dd89e3
aqt -> pasqal
balopat Jun 25, 2021
590553c
review nits
balopat Jun 29, 2021
f658e6e
Merge branch 'master' into extract_pasqal
CirqBot Jun 29, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dev_tools/requirements/deps/flynt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
flynt~=0.60
2 changes: 1 addition & 1 deletion dev_tools/requirements/deps/format.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
flynt~=0.60
-r flynt.txt
black==20.8b1
3 changes: 3 additions & 0 deletions dev_tools/requirements/pytest-minimal.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@

-r deps/cirq-all-no-contrib.txt

# one of the _compat_test.py tests uses flynt for testing metadata

-r deps/flynt.txt