-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2147 from pavelsof/twisted
Removes Twisted recipe unit tests from target install
- Loading branch information
Showing
2 changed files
with
27 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
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,16 @@ | ||
diff --git a/src/twisted/python/_setup.py b/src/twisted/python/_setup.py | ||
index 32cb096c7..a607fef07 100644 | ||
--- a/src/twisted/python/_setup.py | ||
+++ b/src/twisted/python/_setup.py | ||
@@ -160,11 +160,6 @@ class ConditionalExtension(Extension, object): | ||
|
||
# The C extensions used for Twisted. | ||
_EXTENSIONS = [ | ||
- ConditionalExtension( | ||
- "twisted.test.raiser", | ||
- sources=["src/twisted/test/raiser.c"], | ||
- condition=lambda _: _isCPython), | ||
- | ||
ConditionalExtension( | ||
"twisted.internet.iocpreactor.iocpsupport", | ||
sources=[ |