-
Something isn't right. I suspect I am not doing it right, like maybe I need to install docker, but it isn't clear.
On a fresh Debian lite:
```
sudo apt install python3-full git redis
git clone …
-
## Steps to reproduce
System: Python 3.6.7, CentOS Linux release 7.6.1810
1. Install as per https://pytext.readthedocs.io/en/master/installation.html
```
export LANG=en_US.utf8
export LC_ALL=en…
-
When I try running the `pytest` tests, I get to the test_show_spectrogram function and then I get the following error:
```
tests/test_core.py::test_show_spectrogram Fatal Python error: Aborted
…
-
I tried to test inline-snapshot with mutmut but got the following error:
```
❯ hatch run mutmut run
generating mutants
done in 2062ms
⠇ running stats
done
failed to collect stats, no …
-
Remaining failing tests:
```
======================================== short test summary info =========================================
FAILED .mlflow.repo\tests\store\tracking\test_sqlalchemy_stor…
-
**Describe the bug**
`ti test -Cvr2 -t2` in the CI scripts do longer works with `pytest 6.1.0`.
**To Reproduce**
Run ` ti test -Cvr2 -t2` with `pytest 6.1.0`
**Log/Screenshots**
```
…
-
Hi,
While trying to invoke pytest in a thread with labgrid plugin in use
RuntimeError is raised.
Maybe the exeption should be catched in the module?
Example code:
```python
from threading im…
-
-
Whilst I was looking into https://bugs.gentoo.org/877603 (which ended up being the previously reported https://github.com/spulec/freezegun/issues/513) I tried to test TZ="America/Sao_Paulo" which fail…
-
While trying to run pvrpm with a test case and example config file, I am getting the following error - `Illegal instruction while running pvrpm` (see below for more details).
## Error
```console
…