Benjamin Drung
Benjamin Drung
**Description** ```python $ python3 -m pytest -ra tests/pytests/unit/_logging/handlers/test_deferred_stream_handler.py =================================== FAILURES =================================== ___________________________ test_sync_with_handlers ____________________________ def test_sync_with_handlers(): proc = multiprocessing.Process(target=_sync_with_handlers_proc_target) proc.start() proc.join() > assert proc.exitcode == 0 E AssertionError: assert 1...
The Debian package gokey 0.1.0-1 executes the test suite on build and takes normally a few minutes, but it takes hours on mips (running into a timeout for mipsel): arch...
I want to package the Python 3 version of tornado 4.5.3 (the latest 4.x release) for Debian unstable, because salt does not work with tornado 5 yet. See https://github.com/saltstack/salt-jenkins/issues/995 for...
**Describe the bug** `terminator -e command` crashes when called via x-terminal-emulator symlink: ```python Traceback (most recent call last): File "/usr/bin/x-terminal-emulator", line 133, in TERMINATOR.layout_done() File "/usr/lib/python3/dist-packages/terminatorlib/terminator.py", line 329, in layout_done...
https://github.com/agriffis/vcrpy-unittest adds a `VCRTestCase` (and a `VCRMixin`) class. They consists only of 23 lines of code. Please include those two functions in your project to avoid needing to install another...
The systemd service file does not contain a Documentation key. Documentation for systemd service files can be automatically viewed using systemctl help servicename if this field is present.
This project is packaged for Debian: https://tracker.debian.org/pkg/golang-github-d2r2-go-i2c There are no releases to track. So it is unknown when we should update the package and if it is safe to update....
Running the test cases during package build on Ubuntu fail [1]: ``` dh_auto_test -O--builddirectory=_build -O--buildsystem=golang cd _build && go test -vet=off -v -p 4 github.com/beevik/ntp === RUN TestTime ntp_test.go:34: [0.beevik-ntp.pool.ntp.org]...
I am packaging python-ipmi for Debian (see https://bugs.debian.org/969146) and it is strongly recommended that all binaries ship a man page. So please provide a man page for ipmitool.py. You could...
Following sample test case causes pytest-cov to fail: ```python import os import subprocess import sys import tempfile import textwrap import unittest class Test(unittest.TestCase): maxDiff = None def test_deleted_working_directory(self): """Relative Python...