-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deepdiff lock and set default testpaths (#284)
Remove deepdiff lock and set default testpaths The deepdiff bug has been fixed: seperman/deepdiff@410019e Testing dependencies only satisfy unit and integration tests, make them the default. Partially fixes #283. Reviewed-by: Matej Focko
- Loading branch information
Showing
2 changed files
with
6 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 |
---|---|---|
|
@@ -54,3 +54,8 @@ exclude = | |
|
||
[options.package_data] | ||
* = py.typed | ||
|
||
[tool:pytest] | ||
testpaths = | ||
tests/unit | ||
tests/integration |