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

Move qiskit.test.mock to qiskit.providers.fake_provider and deprecate #8121

Merged
merged 73 commits into from
Jun 23, 2022
Merged
Changes from 1 commit
Commits
Show all changes
73 commits
Select commit Hold shift + click to select a range
60e56d7
redirect imports from qiskit.test.mock to qiskit.providers.fake_provider
HuangJunye May 25, 2022
6e2fd80
import the rest of classes in fake_backend_v2 to fake_provider
HuangJunye May 25, 2022
49e532a
redirect imports to fake_provider
HuangJunye May 25, 2022
f63b1ff
change jupyter-execute to code-block
HuangJunye May 26, 2022
d63922c
redirect import
HuangJunye May 26, 2022
b1262fb
Combine multiple imports into one
HuangJunye May 26, 2022
eab4d67
Add missing )
HuangJunye May 26, 2022
b4ec80e
move all files except __init__ from qiskit.test.mock to qiskit.provid…
HuangJunye May 26, 2022
3775c05
redirect imports in fake_provider.__init__.py
HuangJunye May 26, 2022
bc65bc3
redirect imports in mock.__init__.py
HuangJunye May 26, 2022
701688f
Use relative imports in fake_provider.__init__.py
HuangJunye May 26, 2022
048acf8
redirect .utlis imports
HuangJunye May 26, 2022
f446ab9
Don't import fake_backend_v2.py in __init__ to avoid clashes of FakeB…
HuangJunye May 31, 2022
66710f5
Match imports from the old and new __init__
HuangJunye May 31, 2022
7d09331
Organize imports
HuangJunye May 31, 2022
d718007
Merge branch 'main' into move-qiskit-test-mock
HuangJunye May 31, 2022
c9f7daa
black linting
HuangJunye May 31, 2022
e27ab0c
Fix FakePulseBackend import order dependency
HuangJunye May 31, 2022
60851fc
fix cyclic import
HuangJunye Jun 1, 2022
0c52266
move relative import after absolute import
HuangJunye Jun 1, 2022
9c8f719
fix cyclic import
HuangJunye Jun 1, 2022
d3b55d9
Update MANIFEST.ini with new path
HuangJunye Jun 1, 2022
53a888c
add deprecation warning
HuangJunye Jun 2, 2022
af0f110
add deprecation test
HuangJunye Jun 2, 2022
a012590
add release note
HuangJunye Jun 2, 2022
b238b65
move test files from test.python.mock to test.python.providers.fake_p…
HuangJunye Jun 2, 2022
0588806
linting
HuangJunye Jun 2, 2022
dc1e9bc
linting
HuangJunye Jun 2, 2022
95ae51f
change deprecation warning location
HuangJunye Jun 2, 2022
434da55
update path for tools/update_fake_backends.py
HuangJunye Jun 2, 2022
3e3f7a7
rename docstrings
HuangJunye Jun 2, 2022
ad7a0e8
Update ibmq_mock.py
HuangJunye Jun 2, 2022
ab0ce9a
import back FakeBackendV2 and FakeBackend5QV2 in __init__
HuangJunye Jun 7, 2022
1082bd8
Modify release note
HuangJunye Jun 7, 2022
1bb25ff
Merge remote-tracking branch 'upstream/main' into move-qiskit-test-mock
HuangJunye Jun 7, 2022
113a65a
reformat release note
HuangJunye Jun 9, 2022
cab72ae
remove unnecessary tests
HuangJunye Jun 9, 2022
19bf4c0
Merge remote-tracking branch 'upstream/main' into move-qiskit-test-mock
HuangJunye Jun 9, 2022
94369f0
Use relative imports
HuangJunye Jun 9, 2022
3ae61e8
redirect import in test_schedular.py
HuangJunye Jun 20, 2022
f456e83
Merge branch 'main' into move-qiskit-test-mock
HuangJunye Jun 20, 2022
98c7fc4
first draft of module level doc
HuangJunye Jun 20, 2022
b3b19dc
Update docstring of fake provider v1 and v2
HuangJunye Jun 20, 2022
dcfe277
Update wording of module level doc
HuangJunye Jun 20, 2022
2a79ab0
add fake V1 and V2 backends
HuangJunye Jun 20, 2022
61a33eb
Correct fake v1 and v2 backends in the list
HuangJunye Jun 20, 2022
61308eb
comment on backends that do not have V2 versions
HuangJunye Jun 20, 2022
2c24b47
list special fake backends
HuangJunye Jun 20, 2022
a864a38
Add descriptions for sections
HuangJunye Jun 21, 2022
2af0c11
add code example using jupyter execute
HuangJunye Jun 21, 2022
b43ed0c
Update code example and improve descriptions of the module
HuangJunye Jun 21, 2022
1b4f8a3
not using fake provider before fake provider get backend name is fixed
HuangJunye Jun 21, 2022
98225d0
Merge branch 'main' into move-qiskit-test-mock
HuangJunye Jun 21, 2022
7ead738
modify comment
HuangJunye Jun 21, 2022
88d6812
formating fix
HuangJunye Jun 21, 2022
3aee7a8
Remove fake backend coupling map from docstrings
HuangJunye Jun 21, 2022
170e075
Merge branch 'main' into move-qiskit-test-mock
HuangJunye Jun 21, 2022
eddfa65
linting
HuangJunye Jun 21, 2022
4560748
remove coupling map of Pooughkeepsie
HuangJunye Jun 21, 2022
fe1f927
Merge branch 'main' into move-qiskit-test-mock
HuangJunye Jun 21, 2022
c750e79
add qiskit-aer to tox.ini as deps for docs build
HuangJunye Jun 22, 2022
7dee87f
Merge branch 'main' into move-qiskit-test-mock
HuangJunye Jun 22, 2022
e4170e1
Revert "remove coupling map of Pooughkeepsie"
HuangJunye Jun 22, 2022
20cdd4f
Revert "linting"
HuangJunye Jun 22, 2022
a29f409
Revert "Remove fake backend coupling map from docstrings"
HuangJunye Jun 22, 2022
4547eb2
fix coupling maps
HuangJunye Jun 22, 2022
7390620
Merge branch 'main' into move-qiskit-test-mock
HuangJunye Jun 22, 2022
c2d2939
Fix minor typos
jakelishman Jun 22, 2022
3991e70
Issue deprecation warnings from all levels of package
jakelishman Jun 22, 2022
c956195
Merge remote-tracking branch 'ibm/main' into move-qiskit-test-mock
jakelishman Jun 22, 2022
be51db0
Merge remote-tracking branch 'ibm/main' into move-qiskit-test-mock
jakelishman Jun 22, 2022
795f688
Import from the correct location
jakelishman Jun 22, 2022
20da0cc
Merge branch 'main' into move-qiskit-test-mock
mergify[bot] Jun 23, 2022
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
Prev Previous commit
Next Next commit
add qiskit-aer to tox.ini as deps for docs build
HuangJunye committed Jun 22, 2022
commit c750e798b199792bd99219d0ebc2ec3fceeb1ebf
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -72,6 +72,7 @@ setenv =
QISKIT_SUPPRESS_PACKAGING_WARNINGS=Y
deps =
-r{toxinidir}/requirements-dev.txt
qiskit-aer
commands =
sphinx-build -W -T --keep-going -b html docs/ docs/_build/html {posargs}