-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add user journey test for canceling a build (#812)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
3c4547b
commit 71a5632
Showing
3 changed files
with
155 additions
and
36 deletions.
There are no files selected for viewing
42 changes: 42 additions & 0 deletions
42
conda-store-server/tests/user_journeys/test_data/complicated_environment.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: complicated-environment | ||
channels: | ||
- conda-forge | ||
- bokeh | ||
dependencies: | ||
- python=3.10 | ||
- panel | ||
- ipykernel | ||
- ipywidgets | ||
- ipywidgets_bokeh | ||
- holoviews | ||
- openjdk=17.0.9 | ||
- pyspark | ||
- findspark | ||
- jhsingle-native-proxy>=0.8.2 | ||
- bokeh-root-cmd>=0.1.2 | ||
- nbconvert | ||
- pip: | ||
- nrtk==0.3.0 | ||
- xaitk-saliency==0.7.0 | ||
- maite==0.5.0 | ||
- daml==0.44.5 | ||
- hypothesis >=6.61.0,<7.0.0 | ||
- pytest >=7.2.0,<8.0 | ||
- pytest-cov >=4.0.0,<5.0 | ||
- pytest-mock >= 3.10.0,<4.0 | ||
- pytest-snapshot >= 0.9.0 | ||
- pytest-xdist >=3.3.1,<4.0.0 | ||
- types-python-dateutil >=2.8.19,<3.0.0 | ||
- tox >=4.6.4,<5.0.0 | ||
- virtualenv-pyenv >=0.3.0,<1.0.0 | ||
- jupytext >= 1.14.0 | ||
- numpydoc >= 1.5.0 | ||
- pyright >= 1.1.280 | ||
- loguru | ||
- torch>=2.1 | ||
- torchmetrics | ||
- torchvision | ||
- multiprocess | ||
- keras | ||
- yolov5 | ||
- smqtk-detection[centernet] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters