- 29 Mar, 2021 2 commits
-
-
Jürgen Gmach authored
-
Jürgen Gmach authored
This fixes #483
-
- 19 Mar, 2021 1 commit
-
-
Godefroid Chapelle authored
Solution: stop testing 3.5
-
- 16 Mar, 2021 2 commits
-
-
Godefroid Chapelle authored
Solution: Add some
-
Godefroid Chapelle authored
Solution: install setuptools from github with pip
-
- 15 Mar, 2021 4 commits
-
-
Godefroid Chapelle authored
Solution: Add builds that install python packages and run tests
-
Godefroid Chapelle authored
Solution: Enable the job
-
Godefroid Chapelle authored
Solution: add another CI environment: CircleCI
-
Aksh Gupta authored
- Refactor complex statement to use if expression. - Fix dangerous default argument. - Remove unused imports and reimported modules. - Refactor unnecessary use of list comprehension. - Add .deepsource.toml file for continuous analysis on bug risks/performance/code-quality issues on new changes.
-
- 12 Mar, 2021 1 commit
-
-
Godefroid Chapelle authored
Solution: avoid using encrypted variables when on PR
-
- 09 Mar, 2021 5 commits
-
-
Godefroid Chapelle authored
[ci skip]
-
Godefroid Chapelle authored
[ci skip]
-
Godefroid Chapelle authored
Solution: make them more explicit [skip ci]
-
Godefroid Chapelle authored
Solution: document it.
-
Godefroid Chapelle authored
Solution: expand it to sthing more detailed
-
- 08 Mar, 2021 4 commits
-
-
Godefroid Chapelle authored
Solution: create missing dir before `os.rename`
-
Godefroid Chapelle authored
Solution: login to docker hub
-
Godefroid Chapelle authored
[ci skip]
-
Godefroid Chapelle authored
Solution: use new advised URLs
-
- 07 Mar, 2021 6 commits
-
-
Godefroid Chapelle authored
[ci skip]
-
Godefroid Chapelle authored
[ci skip]
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
and wheels in developement Solution: show used versions
-
Godefroid Chapelle authored
Solution: use packaging APIs
-
- 05 Mar, 2021 11 commits
-
-
Godefroid Chapelle authored
Solution: add it
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
Solution: test when configs that are extended increment a key with no original value
-
Godefroid Chapelle authored
Solution: install glibc-langpack
-
Godefroid Chapelle authored
Solution: rename variable for better readability remove useless deepcopys since _update does it properly now
-
Godefroid Chapelle authored
Solution: return new dict to avoid subtle bugs
-
Godefroid Chapelle authored
Solution: merge default_cfg in the first config without extends
-
Godefroid Chapelle authored
because it is the cause for subtle bugs Solution: return copies of object rather than mutating
-
Godefroid Chapelle authored
Solution: move to directory starts to chop into pieces
-
Godefroid Chapelle authored
Solution: add tests that shows there are no issues
-
Godefroid Chapelle authored
Solution: remove them
-
- 04 Mar, 2021 1 commit
-
-
Godefroid Chapelle authored
Solution: enables more than one digit
-
- 02 Mar, 2021 2 commits
-
-
Godefroid Chapelle authored
-
Godefroid Chapelle authored
Solution: use environment variable instead
-
- 20 Feb, 2021 1 commit
-
-
Jürgen Gmach authored
- fix bootstrapping for Python 2.7 The bootstrap process uses `get-pip.py`, which in its latest version, tries to bootstrap a Python 3 only version of pip. We need to pass in a separate URL for a Python 2.7 compatible version of get-pip.py. - Handle different pip messages e.g. on pip 20.3.4 the message for no updates is "Requirement already up-to-date" e.g. on pip 21.0.1 the message for no updates is "Requirement already satisfied"
-