-
I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no…
-
`nose` is no longer maintained and should not be used with python 3.x.
https://nose.readthedocs.io/en/latest/
On move from `nose` to `pytest` https://github.com/schollii/nose2pytest/
-
When I run `$ du -hs *` in `~/.virtualenvs`, it shows that the size of most of them is over 400MB. The total space consumed by `virtualenvs` is over 6GB. Also, there are a lot of packages which are co…
-
Does the workflow re-generate requirements.txt file in case there are dependency updates ?
psadi updated
4 months ago
-
# Summary
some lines are actually ran, but reported as missing in coverage.
## Expected vs actual result
Expected cov: 100%
Actual cov: 76%
# Reproducer
`reproducer.py`
```python
i…
-
We're seeing some `_hashlib.UnsupportedDigestmodError` in the newly enabled 15-SP6 FIPS host tests for BCI. There are multiple errors of the same kind showing up, see e.g. https://openqa.suse.de/tests…
-
## Description
Attempting to add a tooltip to a checkbox, I can't modify the default value. The [docs](https://github.com/jupyter-widgets/ipywidgets/blob/f8758accc22f2be97582e1cec0f8c445d0055b1c/pa…
-
**Describe your environment** Describe any aspect of your environment relevant to the problem, including your Python version, [platform](https://docs.python.org/3/library/platform.html), version numbe…
-
According to the [documentation](https://ultrabug.github.io/mkdocs-static-i18n/setup/setting-up-material/), I should be able to add a link in to the language menu.
```
@@ -106,6 +106,10 @@ plugins…
-
The current implementation of Setuptools has its dependencies (separately for `setuptools` and `pkg_resources`) vendored into the package. The project implemented this approach because of the bootstra…