-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: add pytest testmon plugin to speed up CI (#1402)
* add pytest testmon plugin * test changes to check testmon * allow testmon and markers * further improvements for uv and testmon * add test comment * fix caching, test changes in mcmc posterior * fix uv setup * fix uv setup * fix uv setup * fix uv setup * another fix * remove pip from ci * undo changes to test testmon * load testmon cache first * restore old testmon setup * reorder jobs * test comment * back to uv pip * test change * seems to be working 🎉
- Loading branch information
Showing
3 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,6 +71,7 @@ dev = [ | |
# Test | ||
"pytest", | ||
"pytest-cov", | ||
"pytest-testmon", | ||
"pytest-xdist", | ||
"torchtestcase", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters