Rusty Russell
3c80b22d6f
pyln: use poetry version, add target to check version, use poetry publish.
...
Remove non-working test-release target.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au >
2022-09-22 11:41:11 +02:00
Christian Decker
20b2f0af85
pyln: Ignore generated files when linting
2022-07-21 14:19:06 +09:30
Rusty Russell
575b94c1ef
pytest: Remove all trace of python's "flaky" module.
...
Over time, it has cost us more developer cycles than it has gained.
It has hidden intermittant bugs, and allowed cruft to accumulate:
when we eventually tried to figure out what was going wrong, the
actual change which caused it was now stale and forgotten.
This was a particular bane during the connectd rewrite, and I
worked through some issues which had occurred before, but were not
more likely.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au >
2022-06-27 17:21:35 +09:30
Christian Decker
cc9bdb8298
pyln: Update the makefile to use poetry for publishing
2022-05-01 14:22:49 +09:30
Vincenzo Palazzo
bc1eab8646
Skip following import and skip flask type to mypy code analysis.
...
As suggested in this issue https://github.com/python/mypy/issues/7484#issuecomment-529363083 we skip following import becuase with the recent version of mypy the __init__.py file make confusione inside the analysis (in the python issue it is unclear the main motivation of this issue. At list unclear to me).
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com >
2021-08-30 12:12:32 +09:30
Christian Decker
0112bbbeb7
pyln: Add E741 as excluded flake warnings
...
This is the ambiguous variable name warning which newer versions will
complain about.
2021-07-30 19:17:47 +02:00
Christian Decker
c498f949cc
pyln: Add mypy typing exceptions for external dependencies
...
We don't control them, and starting to write type stubs for them is a
different can of worms.
2020-09-28 09:19:46 +09:30
Christian Decker
1d2c2b6aaf
pyln: Parametrize and unify Makefiles for pyln package
2020-09-28 09:19:46 +09:30
Christian Decker
71e713c722
pyln-testing: Bump version to 0.9.0 and add Makefile for release
2020-08-30 20:03:42 +02:00