- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jan 8 2023
Oct 19 2022
May 19 2022
May 18 2022
May 9 2022
closing this since it's not relevant
Apr 26 2022
- Alright, I'm not sure how it affects it I'll admit that. I just didn't want to break backwards compatibility.
- So I will:
- Remove these TESTFLAGS from Makefile.python.
- Utilize point number 3 to update all the repos individually.
In D7639#199747, @pratyush wrote:
- You spoke of strict but then double backed and went hmm when I mentioned py37 being the target otherwise on IRC. I did it according to developer documentation on bullseye 3.9.x and possibly would work on 3.10.4 my local arch machine.
- You spoke of strict but then double backed and went hmm when I mentioned py37 being the target otherwise on IRC. I did it according to developer documentation on bullseye 3.9.x and possibly would work on 3.10.4 my local arch machine.
Apr 25 2022
Try strict. It should work too, and is more reliable.
Apr 24 2022
Apr 8 2022
Black upgraded in all repos and all python code reformatted, closing this.
Apr 6 2022
Based on the discussion following D7502#196088, I came up with the following script to execute in swh-environment in order to :
- upgrade black in all swh repos and use flake8-bugbear for the line length warnings
- reformat Python code with latest black version
- add .git-blame-ignore-revs file to ignore reformatting commits
- run flake8 after all these changes to check everything is OK
Apr 5 2022
Apr 4 2022
Looks like it is time to upgrade black in all swh modules as black 19.10b0 is incompatible with click 8.1.x.
Feb 9 2022
Oct 22 2021
The issue has been fixed upstream and will be part of next pip release.
Oct 14 2021
That's been done for years now.
Aug 31 2021
There is no longer any debian branches on the swh-graph repository, so this must have been done already.
swh tony yavin4 ~ work … swh swh-environment swh-graph master 1⚑ ERROR % git pull Already up to date. swh tony yavin4 ~ work … swh swh-environment swh-graph master 1⚑ % git branch --remote | grep -i debian swh tony yavin4 ~ work … swh swh-environment swh-graph master 1⚑ ERROR % git branch --remote | grep -i upstream swh tony yavin4 ~ work … swh swh-environment swh-graph master 1⚑ ERROR % git branch --remote | grep -i pristine-tar
May 10 2021
We should also build the whole documentation when submitting a diff to swh-docs, some sphinx errors not related to packages documentation could be caught this way (see https://jenkins.softwareheritage.org/job/DDOC/job/dev/5700/artifact/swh-docs/docs/errors.log)
Apr 28 2021
Solution 3 has been implemented through new tox environments in each swh package.