Fabian Affolter

Results 241 issues of Fabian Affolter

It seems that the tests are not terminating properly. ```bash $ pytest ========================================================== test session starts ========================================================== platform linux -- Python 3.9.5, pytest-6.2.4, py-1.10.0, pluggy-0.13.1 rootdir: /home/fab/Documents/repos/aqualogic collected 2 items...

According LICENSE.txt.

Your script doesn't seem to work with 1.9 on an ESP8622. ```bash Traceback (most recent call last): File "main.py", line 3, in File "networkconfig.py", line 103, in start File "networkconfig.py",...

Avoid CVE-2021-21330

Currently there is no license statement. Could you please add a `LICENSE` file that contains the license text. It's often a requirement by distributions. Thanks.

First of a loosely-coupled setup.py file. This will enable to publish `sshprank` on PyPI. Fixes #6

For packaging `sshprank` for additional distributions It would be nice to have it available from PyPI or at least be able to do `python3 setup.py install` for the installation. Having...

https://twitter.com/Bleeptrack/status/1503854277617463301

https://twitter.com/Bleeptrack/status/1503854277617463301

Asynctest doesn't work with Python 3.8 and above. Asynctest upstream is aware of this breakage and recommends using the built-in AsyncMock instead. See also Martiusweb/asynctest#144 and Martiusweb/asynctest#126 Thanks