pytest 6.0+ required for pyproject.toml support

This commit is contained in:
Adam J. Stewart 2021-07-04 21:17:46 +00:00
Родитель abb2252cb0
Коммит 6485889873
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: C66C0675661156FC
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -15,7 +15,7 @@ dependencies:
- flake8
- flake8-import-order
- mypy>=0.900
- pytest
- pytest>=6.0
- pytest-cov
- black
- opencv-python

Просмотреть файл

@ -6,7 +6,7 @@ numpy
opencv-python
pillow
pycocotools
pytest
pytest>=6.0
pytest-cov
pytorch-sphinx-theme
radiant-mlhub>=0.2.1

Просмотреть файл

@ -55,5 +55,5 @@ style =
flake8-import-order
mypy>=0.900
tests =
pytest
pytest>=6.0
pytest-cov

Просмотреть файл

@ -9,7 +9,7 @@ spack:
- "py-mypy@0.900:"
- py-numpy
- py-pycocotools
- py-pytest
- "py-pytest@6.0:"
- py-pytest-cov
- py-pytorch-sphinx-theme
- "py-radiant-mlhub@0.2.1:"