stratakis

Results 10 issues of stratakis

The course seems awesome but unfortunately my czech skills are not nearly that good yet, and while it's not something urgent it would be great to have an english version...

help wanted
materials
undefined future

Provide examples for managing the buildbot-worker service through systemd unit files for systemd based distributions.

CLA signed
needs: PR update

When building for Fedora I noticed a deprecation warning: ``` DeprecationWarning: read_binary is deprecated. Use files() instead. Refer to https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy for migration advice. ```

Hello, The nose test runner's development has stopped since 2016. I believe it would make sense to migrate to another test runner such as pytest or unittest.

Currently the test_sane_inheritance fail for Python 3.6 This is due to the changes done at: http://bugs.python.org/issue23722 Also some more details can be found here: https://docs.python.org/3/reference/datamodel.html#creating-the-class-object This pull request addresses this...

With the latest setuptools porcupine fails to build with: ``` /usr/bin/python3 setup.py build error: Multiple top-level packages discovered in a flat-layout: ['share', 'install']. To avoid accidental inclusion of unwanted files...

When updating from 1.1.1 to 2.0.0 there were no more tests around.

bug
help wanted

libkkc currently requires python2 for sortlm.py and genfilter.py Would it be possible to make them Python 3 compatible?

Hi, I'm currently testing on Fedora a rebase of Cython from 3.0.9 to 3.0.10 and gevent fails to compile. I've tested both 23.9.1 and 24.2.1. Error: ``` src/gevent/queue.c: In function...

### Describe the bug After testing Cython 3.0.10 on Fedora, since https://github.com/cython/cython/pull/6076/files#diff-96d985c01fb72a88ed9f876ec8e8648ec582cc506a13c287882cfb2d42ad0197R25 this test fails on 32 bits with ``` Exception raised: Traceback (most recent call last): File "/usr/lib/python3.12/doctest.py", line...