Lumír 'Frenzy' Balhar

Results 111 issues of Lumír 'Frenzy' Balhar

When I try to use the latest tox with merged command-line arguments like `tox4 -qre py310` it gives me the following error: ``` usage: tox4 [--colored {yes,no}] [-v | -q]...

bug:normal

Hello. I see that the master here is compatible with sqlparse 0.4 (https://github.com/dbcli/mycli/commit/17f093d7b70ab2d9f3c6eababa041bf76f029aac) but the latest release is not and have requirement on sqlparse < 0.4. Would It be possible...

It's automatic, see https://tox.wiki/en/latest/config.html#conf-basepython They are more possible improvements for tox.ini and the Python project metadata itself. Let me know whether you are interested in them.

In #537, we have removed support for Python 2.7 on EL 7 which means that this test is now useless: https://github.com/sclorg/s2i-python-container/blob/625f3a614c42202c78d5c8b16cc927a2045b7081/test/run#L232-L239 We can remove it from the sources here but...

Python replacement for the black magic in https://github.com/sclorg/container-common-scripts/blob/233496946a028218958d8fbb1857f921ad8a99ef/common.mk#L147-L164 and in https://github.com/sclorg/container-common-scripts/blob/master/generate.sh It might be possible to merge some of the files specific for the minimal container to the original one...

@phracek When fixing the content of the readme I've found out that: * [python-39-c9s](https://quay.io/repository/sclorg/python-39-c9s?tab=tags) is completely empty * [fedora/python-310](https://quay.io/repository/fedora/python-310?tab=tags) is 7 days old although all others on Quay.io have been...

Together with 2.2.x which is still supported.

It seems that micropipenv might be a good alternative for pipenv in S2I images because it's a light piece of software and pipenv [seems to be unmaintained for a while](https://github.com/pypa/packaging.python.org/issues/701)....

Who or what procedure is responsible for updating documentation on Docker hub or Openshift docs? I am asking because both seem to be outdated: * https://hub.docker.com/r/centos/python-36-centos7 * https://docs.openshift.com/container-platform/3.11/using_images/s2i_images/python.html @torsava any...

### Problem I see that there is a new release of widgetsnbextension on PyPI but I'm not able to find any info about what is new there. Is there any...

docs