-
I have encountered issues where I get a test failure in tox, change the code and re-run, then get the same test failure with the old code. This seems to be because although tox-wheel builds the new wh…
-
### What happened?
Sample failure:
```
$ pytest apache_beam/ml/inference/tensorflow_inference_test.py::TFRunInferenceTest::test_predict_numpy_with_batch_size
====================================…
-
While technically the "problem" is in pytest itself, I think it'd be better if the test suite would be more resilient to warnings that don't affect the result.
```pytb
============================…
-
(I'm pretty sure this is a known issue, but I didn't see an open issue for it, and wanted there to be a canonical place to track it)
Example:
```
(cryptography) ~/p/cryptography (master) $ py.test t…
-
**Problem**
When a given configuration is malformed (`:` must be used instead of `=`) like the following example (#174)
```
python =
3.7 = py37
3.8 = py38
...
```
tox-gh-actions report…
-
If tox and tox-conda are installed,
this config
```
[tox]
requires = tox-conda
tox-run-before
```
crashes with
```
.tox create: ~/repro/.tox/.tox
Traceback (most recent call las…
-
Maybe use `detox`: https://pypi.python.org/pypi/detox/
-
# Problem description
Currently tox-wheel erases `{toxinidir}/build` before building each wheel:
https://github.com/ionelmc/tox-wheel/blob/97a9e898390c951a94d18d7c89132847e4c108df/src/tox_wheel/…
-
Hello. In Fedora, we are trying to test our packages early with pre-releases of Python 3.13 to be prepared to upgrade to it in the development version of Fedora Linux 41. aiosmtpd fails a test.
To …
-
# Bug report
When using this plugin under python3.8 or later it behaves differently than running under python3.6/python3.7.
## What's wrong
Take the test project https://github.com/tox-dev/tox/…