Maxim Ivanov
Maxim Ivanov
1. Run ```make```. 2. Get message ```make: Nothing to be done for `all'.``` The directory ```build``` with the desirable content is not created as a result. OS Windows 10
This PR attempts to address https://github.com/cookiecutter/cookiecutter/issues/1444 When the template is downloaded and the user is asked whether the template should be re-downloaded, then the following steps are carried out. 1....
I noticed that there is an issue with highlighting the options is magit. For example, if I open magit-log, then there are multiple options, like -h to show headers. Unfortunately,...
#### What's the problem this feature will solve? Approximate equality of complex objects using ``pytest.approx``. ``` import pytest class Item: def __init__(self, x): self.x = x a = Item(1) b...
# Bug report ## What's wrong When I go to https://classes.readthedocs.io/en/latest/pages/concept.html I can see that the scheme, which follows the sentence "To use typeclasses you should understand these steps:" is...
This PR drops support for Python 3.7, 3.8 and 3.9 versions. Here we updated python version in `pyproject.toml` and then updated `poetry.lock` file as described below (please correct me if...
This PR updates `pyproject.toml` to use new way of defining development dependencies. As shown in https://python-poetry.org/docs/managing-dependencies/ the new way (starting from Poetry 1.2.0) of defining dev dependencies is by using...
As discussed in PR #495, it is necessary to drop support for all Python versions up to 3.10. It means that we should drop support for Python 3.7, 3.8 and...
Fix poetry install script in gitlab CI config. References: - https://python-poetry.org/docs/#installing-with-the-official-installer ## Checklist - [ ] I have double checked that there are no unrelated changes in this pull request...
# Bug report CI pipeline fails.  ## What's wrong The reason for the problem is due to `install-poetry.py` being deprecated. Reference: https://python-poetry.org/docs/#installing-with-the-official-installer  ## How is that should be...