Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-03-29 | use requirements.txt | H. Shay | 1 | -1/+2 | |
2022-03-29 | Use newest signedjson | David Robertson | 1 | -5/+9 | |
This includes a community PR which only requires importlib_metadata when it's needed (on Python 3.7). This might alleviate some poetry pain. | |||||
2022-03-29 | Add missing dependency on importlib_metadata | David Robertson | 1 | -0/+3 | |
Missed in #12088. | |||||
2022-03-29 | Fix twisted trunk with sytest | Sean Quah | 1 | -5/+8 | |
Install twisted trunk into the correct virtual env and use offline mode so that twisted trunk doesn't get overridden with the pinned version of twisted. Signed-off-by: Sean Quah <seanq@element.io> | |||||
2022-03-29 | Make poetry available in sytest twisted trunk test | Sean Quah | 1 | -0/+4 | |
We may have to use OFFLINE=1 mode to stop sytest from reinstalling a non-trunk version of twisted. Let's find out. | |||||
2022-03-29 | Work around twisted trunk test installing an old treq version | Sean Quah | 1 | -5/+11 | |
2022-03-29 | WIP: Try to fix twisted trunk job | David Robertson | 2 | -30/+43 | |
This is a dummy message to change the commit to force another CI run | |||||
2022-03-29 | Try to fix olddeps | David Robertson | 3 | -31/+54 | |
2022-03-29 | And try to fix `export-data` | David Robertson | 2 | -16/+11 | |
2022-03-29 | Try and run portdb under poetry | David Robertson | 2 | -17/+11 | |
attempt 3 | |||||
2022-03-29 | Attempt to use poetry env in docker container | David Robertson | 4 | -30/+50 | |
Fix linter Dock |