Skip to content

Commit

Permalink
add the pytest-regtest dep for later
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Nov 7, 2024
1 parent 175a5c8 commit db17319
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ testing = [
"pytype>=2023.12.18",
"logot",
"pytest",
"pytest-mock"
"pytest-mock",
# TODO to be explored later
#"pytest-regtest",
]
dev = [
"depiction[testing]",
Expand Down

0 comments on commit db17319

Please sign in to comment.