-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
py3 friendly #5
base: py3
Are you sure you want to change the base?
py3 friendly #5
Conversation
try/except in socks5 needed for timeout to not raise error `AttributeError: module 'socket' has no attribute '_socketobject'`
few tests still fails, if you can check them also would be great tests/test_config.py .....F..... [ 8%] tests/test_config_values.py .... [ 12%] tests/test_database.py ....F................................ [ 41%] tests/test_helpers.py .........FF....... [ 56%] tests/test_logs.py . [ 56%] tests/test_manager.py ............................ [ 79%] tests/test_misc.py ....... [ 84%] tests/test_socks5.py .........F.... [ 96%] tests/test_tools.py .....
@RicoVZ on appveyor it try to use |
the same for macos x
but it builds just fine on linux |
Codecov Report
@@ Coverage Diff @@
## py3 #5 +/- ##
==========================================
- Coverage 71.74% 71.56% -0.18%
==========================================
Files 11 11
Lines 913 932 +19
==========================================
+ Hits 655 667 +12
- Misses 258 265 +7
Continue to review full report at Codecov.
|
Ubuntu 20.04 ubuntu-20.04 Ubuntu 18.04 ubuntu-latest or ubuntu-18.04
fixed sqlalchemy Dialect.has_table() error
No description provided.