Fabian Affolter

Results 253 issues of Fabian Affolter

```bash error: builder for '/nix/store/vbpjvncyysvn1mpbbjfbrsgnrp5xap8f-python3.11-nixops-hetzner-unstable-2022-04-23.drv' failed with exit code 1; last 10 log lines: > Creating a wheel... > * Getting build dependencies for wheel... > * Building wheel... >...

No unittests available at the moment.

Will allow users to run `exchangefinder` as "script". Distributions could now ship `exchangefinder` without patching the source and other adjustments. ```bash $ poetry run exchangefinder --domain domain.tld ``` `python exchangefinder.py...

Not needed as the script invocation id done by Python.

Could you please tag the source? This allows distributions to get the complete source from GitHub if they want instead of using git commits. Thanks

The tests are not passing with later pytest releases. With pytest-5.0 there were some [changes](https://docs.pytest.org/en/latest/deprecations.html#pytest-config-global). ```text Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.8.6, pytest-6.1.2, py-1.9.0,...

Some files contain a shebang. At least one with the wrong Python version (e.g., `#!/usr/bin/env python`). It looks like that they can be removed.

Update the README to make it better readable when then the content is rendered.