Skip to content

Commit

Permalink
ci: remove unused pytest plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mtache committed Apr 23, 2024
1 parent 97f1bc4 commit bbac59d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,9 @@ dev = [
"pre-commit>=3.3.3",
"pylint-pydantic>=0.2.4",
"pylint>=2.17.5",
"pytest-asyncio>=0.21.1",
"pytest-cov>=4.1.0",
"pytest-dependency",
"pytest-html>=3.2.0",
"pytest-metadata>=3.0.0",
"pytest>=7.4.0",
"pytest-asyncio",
"pytest-cov",
"pytest",
"ruff>=0.3.7,<0.5.0",
"tox>=4.10.0,<5.0.0",
"types-PyYAML",
Expand Down

0 comments on commit bbac59d

Please sign in to comment.