Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upbuild: Don't test C extension on CPython 2.7 under Tox #406
Conversation
The py27-c variant is failing under Tox, with py27-c run-test-pre: PYTHONHASHSEED='1597877995' py27-c runtests: commands[0] | python -c 'from msgpack import _cmsgpack' Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: cannot import name _cmsgpack ERROR: InvocationError for command '/home/alex/src/msgpack-python/.tox/py27-c/bin/python -c from msgpack import _cmsgpack' (exited with code 1) As the Changelog notes, release 1.0 will drop support for the native extension on CPython 2.x. So there seems little benefit of testing it.
Codecov Report
@@ Coverage Diff @@
## master #406 +/- ##
==========================================
+ Coverage 87.58% 87.94% +0.35%
==========================================
Files 5 5
Lines 846 846
==========================================
+ Hits 741 744 +3
+ Misses 105 102 -3
Continue to review full report at Codecov.
|
The py27-c variant is failing under Tox, with
As the Changelog notes, release 1.0 will drop support for the native
extension on CPython 2.x. So there seems little benefit of testing it.