Skip to content

Commit

Permalink
feat(requirements): add toml
Browse files Browse the repository at this point in the history
This package supports reading `pyproject.toml`, which is required for
some of our tests.
  • Loading branch information
adamgranthendry committed Jun 28, 2022
1 parent 31af1e5 commit a914a24
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ stages:
inputs:
versionSpec: '3.7'
- script: |
pip install codespell pydocstyle
pip install codespell pydocstyle[toml]
make doctest
displayName: 'Run doctest'
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
- pytest-qt
- qtpy>=1.9.0
- scooby>=0.5.1
- toml
- pip
- pip:
- vtk
Expand Down
1 change: 1 addition & 0 deletions requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ sphinx-notfound-page==0.8
sphinx-rtd-theme==1.0.0
sphinxcontrib-napoleon==0.7
sphinxcontrib-websupport==1.2.4
toml==0.10.2
5 changes: 3 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ isort==5.10.1
mypy==0.961
numpy==1.21.6
pycodestyle==2.8.0
pydocstyle[toml]==6.1.1
pydocstyle==6.1.1
pylint==2.13.0
pytest==7.1.2
pytest-cov==3.0.0
Expand All @@ -21,4 +21,5 @@ flake8-isort==4.1.1
flake8-quotes==3.3.1
check-jsonschema==0.16.1
pre-commit==2.19.0
pre-commit-hooks==4.3.0
pre-commit-hooks==4.3.0
toml==0.10.2

0 comments on commit a914a24

Please sign in to comment.