Deprecating eventlet.processes, hopefully fixing executable bit on all these dang files.
This commit is contained in:
0
MANIFEST.in
Executable file → Normal file
0
MANIFEST.in
Executable file → Normal file
@@ -1,9 +1,9 @@
|
|||||||
# disable popen2-related warnings until we complete eventlet.green.subprocess
|
|
||||||
# because they break saranwrap
|
|
||||||
import warnings
|
import warnings
|
||||||
warnings.filterwarnings(action = 'ignore',
|
warnings.warn("eventlet.processes is deprecated in favor of "
|
||||||
message='.*popen2.*',
|
"eventlet.green.subprocess, which is API-compatible with the standard "
|
||||||
category=DeprecationWarning)
|
" library subprocess module.",
|
||||||
|
DeprecationWarning, stacklevel=2)
|
||||||
|
|
||||||
|
|
||||||
import errno
|
import errno
|
||||||
import os
|
import os
|
||||||
|
0
tests/parse_results.py
Executable file → Normal file
0
tests/parse_results.py
Executable file → Normal file
0
tests/stdlib/test_threading.py
Executable file → Normal file
0
tests/stdlib/test_threading.py
Executable file → Normal file
Reference in New Issue
Block a user