-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CADL-41] Removing typing due to incompatibility with the CI
- Loading branch information
1 parent
7ad8ab7
commit f5a9ad7
Showing
5 changed files
with
104 additions
and
93 deletions.
There are no files selected for viewing
Empty file.
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[pytest] | ||
norecursedirs=dist build .tox .eggs examples | ||
addopts=--doctest-modules -p no:sugar | ||
addopts=--doctest-modules -p no:sugar --ignore py311 | ||
doctest_optionflags=ALLOW_UNICODE ELLIPSIS |
Oops, something went wrong.