Commits on Source (12)
-
Pierre-Yves David authored
-
Antoine Lambert authored
Side effect of swh.loader.core v5.18.0 release.
-
Nicolas Dandrimont authored
-
David Douard authored
-
Antoine Lambert authored
-
Antoine Lambert authored
BaseLoader.load now returns a dict with an extra error field when a loading fails.
-
Antoine R. Dumont (@ardumont) authored
It doesn't provide a binary wheel for that version either [1] [1] https://pypi.org/project/breezy/3.3.9/#files Related to cb7a0c62 Refs. swh/infra/sysadm-environment#5468
-
Antoine Lambert authored
Bump development tools: mypy, codespell, isort, ... Move all tools configuration in pyproject.toml. Remove no longer needed mypy overrides.
-
Antoine R. Dumont authored
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
Showing
- .copier-answers.yml 1 addition, 1 deletion.copier-answers.yml
- .pre-commit-config.yaml 7 additions, 7 deletions.pre-commit-config.yaml
- CODE_OF_CONDUCT.md 1 addition, 1 deletionCODE_OF_CONDUCT.md
- mypy.ini 0 additions, 20 deletionsmypy.ini
- pyproject.toml 33 additions, 1 deletionpyproject.toml
- pytest.ini 0 additions, 4 deletionspytest.ini
- requirements-swh.txt 1 addition, 1 deletionrequirements-swh.txt
- requirements-test.txt 4 additions, 2 deletionsrequirements-test.txt
- requirements.txt 1 addition, 1 deletionrequirements.txt
- setup.cfg 0 additions, 8 deletionssetup.cfg
- swh/loader/bzr/loader.py 7 additions, 7 deletionsswh/loader/bzr/loader.py
- swh/loader/bzr/tests/test_loader.py 1 addition, 1 deletionswh/loader/bzr/tests/test_loader.py
- tox.ini 7 additions, 5 deletionstox.ini
mypy.ini
deleted
100644 → 0
pytest.ini
deleted
100644 → 0
... | ... | @@ -2,4 +2,4 @@ |
# should match https://pypi.python.org/pypi names. For the full spec or | ||
# dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html | ||
breezy >= 3.3.1, != 3.3.6, != 3.3.7 # use versions with available binary wheels | ||
breezy >= 3.3.1, != 3.3.6, != 3.3.7, != 3.3.8, != 3.3.9, != 3.3.10, != 3.3.11 # use versions with available binary wheels |
setup.cfg
deleted
100644 → 0