Skip to content

Commit

Permalink
Remove pytest from default dependencies
Browse files Browse the repository at this point in the history
While we need pytest for testing, we do not need it at runtime.
Fixes regression introduced in #2084
  • Loading branch information
ssbarnea committed Aug 18, 2022
1 parent 382a15a commit eb2e890
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ python:
path: .
extra_requirements:
- docs
- test
system_packages: false
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ install_requires =
jsonschema>=4.9.0 # MIT, version needed for improved errors
packaging
pyyaml
pytest
rich>=9.5.1
# The next version is planned to have breaking changes
ruamel.yaml >= 0.15.34, < 0.18
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ commands =
description = Builds docs
basepython = python3
deps =
--editable .[docs]
--editable .[docs,test]
setenv =
PIP_CONSTRAINT = {toxinidir}/requirements.txt
commands =
Expand Down

0 comments on commit eb2e890

Please sign in to comment.