forked from sqlalchemy/sqlalchemy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a reopen of sqlalchemy#6136 essentially that repaired the test suite to run without greenlet but now this has regressed. add a tox target that explicitly uninstalls greenlet, will add to CI. This also changes 2.0 in that the full tox target will omit dbdrivers that require greenlet. Fixes: sqlalchemy#10747 Change-Id: Ia7d786d781e591539a388bfbe17b00a59f0e86d9
- Loading branch information
Showing
4 changed files
with
20 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.. change:: | ||
:tags: bug, tests | ||
:tickets: 10747 | ||
|
||
Improvements to the test suite to further harden its ability to run | ||
when Python ``greenlet`` is not installed. There is now a tox | ||
target that includes the token "nogreenlet" that will run the suite | ||
with greenlet not installed (note that it still temporarily installs | ||
greenlet as part of the tox config, however). |
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
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