mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
packages used for testing moved to tests section of pyprojects.tom (#3094)
This commit is contained in:
parent
e5cc925db3
commit
0ad003307a
2 changed files with 2 additions and 7 deletions
|
|
@ -47,6 +47,7 @@ docs = [
|
|||
"sphinx-rtd-theme==1.0.0"
|
||||
]
|
||||
test = ["packaging", "pytest", "pytest-cov", "colorama", "openpyxl"]
|
||||
ci = ["cpp-coveralls", "coveralls"]
|
||||
vtk = ["vtk"]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
|||
|
|
@ -48,10 +48,4 @@ fi
|
|||
python tools/ci/gha-install.py
|
||||
|
||||
# Install Python API in editable mode
|
||||
pip install -e .[test,vtk]
|
||||
|
||||
# For coverage testing of the C++ source files
|
||||
pip install cpp-coveralls
|
||||
|
||||
# For coverage testing of the Python source files
|
||||
pip install coveralls
|
||||
pip install -e .[test,vtk,ci]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue