Skip to content

Commit

Permalink
downgrade to pre-poetry 1.2 build system (#54)
Browse files Browse the repository at this point in the history
* downgrade to pre-poetry 1.2 build system

* try adding pytest-timeout

Co-authored-by: Elijah Wilson <[email protected]>
  • Loading branch information
Matt Kafonek and Elijah Wilson authored Oct 3, 2022
1 parent 55a5cea commit 20dd137
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 517 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def test(session: nox_poetry.Session):
"pytest",
"-v",
"--cov=sending",
"--timeout=30",
env={"SENDING__ENABLE_LOGGING": "True"},
)

Expand Down
Loading

0 comments on commit 20dd137

Please sign in to comment.