Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
24 changes: 0 additions & 24 deletions .github/workflows/cron-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,27 +39,3 @@ jobs:
pip install -U -c constraints.txt -r requirements-dev.txt
- name: Run Tests
run: make runtime_integration
experiment-integration:
name: experiment-integration
runs-on: macOS-latest
env:
QISKIT_IBM_STAGING_API_TOKEN: ${{ secrets.QISKIT_IBM_STAGING_API_TOKEN }}
QISKIT_IBM_STAGING_API_URL: ${{ secrets.QISKIT_IBM_STAGING_API_URL }}
QISKIT_IBM_STAGING_DEVICE: "ibmq_qasm_simulator"
QISKIT_IBM_USE_STAGING_CREDENTIALS: True
LOG_LEVEL: DEBUG
STREAM_LOG: True
QISKIT_IN_PARALLEL: True
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install Deps
run: |
python -m pip install --upgrade pip
pip install -c constraints.txt -e .
pip install -U -c constraints.txt -r requirements-dev.txt
- name: Run Tests
run: make experiment_integration
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# that they have been altered from the originals.


.PHONY: lint style test mypy test1 test2 test3 runtime_integration experiment_integration
.PHONY: lint style test mypy test1 test2 test3 runtime_integration

lint:
pylint -rn qiskit_ibm test
Expand All @@ -37,6 +37,3 @@ test3:

runtime_integration:
python -m unittest -v test/ibm/runtime/test_runtime_integration.py

experiment_integration:
python -m unittest -v test/ibm/experiment/test_experiment_server_integration.py
1 change: 0 additions & 1 deletion docs/apidocs/ibm-provider.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ Qiskit IBM Quantum Provider API Reference
ibm_jupyter
ibm_utils
ibm_random
ibm_experiment
ibm_runtime
6 changes: 0 additions & 6 deletions docs/apidocs/ibm_experiment.rst

This file was deleted.

324 changes: 0 additions & 324 deletions qiskit_ibm/api/clients/experiment.py

This file was deleted.

Loading