Daniel Stender
Daniel Stender
Hi, we have a test failure here on s390x and the powerpc ports [1]: ``` ====================================================================== FAIL: test_leftover_ptr_create_flush_open (bcolz.tests.test_carray.LeftoverDiskTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "bcolz/tests/test_carray.py", line 2516, in...
Hi, `test_integration` breaks in a Python 3 environment: ``` --- a/src/tests/test_integration.py +++ b/src/tests/test_integration.py @@ -100,7 +100,7 @@ @pytest.yield_fixture(scope="module") def install_package(request): cwd = os.path.join(os.path.dirname(__file__), '..', '..') - install_cmd = "python setup.py...
Hi Maciej, I've begun to work on packaging also this repo as debops-doc package for Debian (https://bugs.debian.org/820367), but there's an obstacle with the submodules. The folders in docs/ contain the...