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 6d679f1
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit 6d679f1

Please sign in to comment.