ipydrawio/.github/environment.yml

69 wiersze
1.5 KiB
YAML

# a sufficient environment for acceptance testing
# Copyright 2023 ipydrawio contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: ipydrawio-dev
channels:
- conda-forge
- nodefaults
dependencies:
### ipydrawio-dev-deps ###
# core
- doit
- nodejs >=18,<19
- python # this gets patched in ci
# run
- ipywidgets >=7.6,<9
- jupyterlab >=3.6.3,<4.0.0a0
- jupyterlab_widgets >=1
- lxml
- pillow
- pypdf >=3.5
- requests_cache
# building
- flit >=3.7.1
- pip
- twine >=3.7.1
- wheel
# linting
- black-jupyter
- nbqa
- pyyaml
- robotframework-tidy
- robotframework-robocop
- ruff
- ssort
# unit testing
- pytest
- pytest-cov
- pytest-console-scripts
- pytest-html
- pytest-jupyter-server
- pytest-tornasync
- pytest-xdist
# acceptance testing
- firefox =102
- geckodriver >=0.28.0
- robotframework >=6
- robotframework-pabot
- robotframework-seleniumlibrary
# reporting
- codecov
### ipydrawio-dev-deps ###