summary refs log tree commit diff
path: root/synmark (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-29use requirements.txtH. Shay1-1/+2
2022-03-29Use newest signedjsonDavid Robertson1-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-29Add missing dependency on importlib_metadataDavid Robertson1-0/+3
Missed in #12088.
2022-03-29Fix twisted trunk with sytestSean Quah1-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-29Make poetry available in sytest twisted trunk testSean Quah1-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-29Work around twisted trunk test installing an old treq versionSean Quah1-5/+11
2022-03-29WIP: Try to fix twisted trunk jobDavid Robertson2-30/+43
This is a dummy message to change the commit to force another CI run
2022-03-29Try to fix olddepsDavid Robertson3-31/+54
2022-03-29And try to fix `export-data`David Robertson2-16/+11
2022-03-29Try and run portdb under poetryDavid Robertson2-17/+11
attempt 3
2022-03-29Attempt to use poetry env in docker containerDavid Robertson4-30/+50
Fix linter Dock