mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
fix: added bec_ipython_client as dependency; needed for jupyter widget
This commit is contained in:
@ -122,6 +122,7 @@ tests:
|
|||||||
- *clone-repos
|
- *clone-repos
|
||||||
- *install-os-packages
|
- *install-os-packages
|
||||||
- pip install -e ./bec/bec_lib[dev]
|
- pip install -e ./bec/bec_lib[dev]
|
||||||
|
- pip install -e ./bec/bec_ipython_client
|
||||||
- pip install -e .[dev,pyqt6]
|
- pip install -e .[dev,pyqt6]
|
||||||
- coverage run --source=./bec_widgets -m pytest -v --junitxml=report.xml --random-order --full-trace ./tests/unit_tests
|
- coverage run --source=./bec_widgets -m pytest -v --junitxml=report.xml --random-order --full-trace ./tests/unit_tests
|
||||||
- coverage report
|
- coverage report
|
||||||
@ -157,6 +158,7 @@ test-matrix:
|
|||||||
- *clone-repos
|
- *clone-repos
|
||||||
- *install-os-packages
|
- *install-os-packages
|
||||||
- pip install -e ./bec/bec_lib[dev]
|
- pip install -e ./bec/bec_lib[dev]
|
||||||
|
- pip install -e ./bec/bec_ipython_client
|
||||||
- pip install -e .[dev,$QT_PCKG]
|
- pip install -e .[dev,$QT_PCKG]
|
||||||
- pytest -v --junitxml=report.xml --random-order ./tests/unit_tests
|
- pytest -v --junitxml=report.xml --random-order ./tests/unit_tests
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
@ -19,6 +19,7 @@ dependencies = [
|
|||||||
"qtpy",
|
"qtpy",
|
||||||
"pyqtgraph",
|
"pyqtgraph",
|
||||||
"bec_lib",
|
"bec_lib",
|
||||||
|
"bec_ipython_client", # needed for jupyter widget
|
||||||
"zmq",
|
"zmq",
|
||||||
"h5py",
|
"h5py",
|
||||||
"pyqtdarktheme",
|
"pyqtdarktheme",
|
||||||
|
Reference in New Issue
Block a user