Skip to content

Commit

Permalink
updated testing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mdabrowski1990 committed Oct 19, 2023
1 parent 8f1cf54 commit 4cefeae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ Wiki = "https://github.com/mdabrowski1990/uds/wiki"

[project.optional-dependencies]
test = [
"pytest >= 7.0.0",
"pytest == 7.*",
"pytest-cov",
"pytest-asyncio",
"mock"
"mock == 4.*"
]
docs = [
"sphinx",
Expand Down
6 changes: 3 additions & 3 deletions tests/requirements_for_software_tests.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest>=7.0.0
pytest-cov>=3.0.0
pytest==7.*
pytest-cov==3.*
pytest-asyncio>=0.17.2
mock>=4.0.0
mock==4.*

0 comments on commit 4cefeae

Please sign in to comment.