-
**Is your feature request related to a problem? Please describe.**
Currently, in a Pytest environment, we preload approximately 40 yaml config files when instantiating a `LazySettings` object for a t…
synkd updated
1 month ago
-
There seems to be fragility in the pytest-mpi 0.5 tests. I'm building and running on Debian unstable. Possibly I'm not triggering the tests correctly, so let me know if that my problem. These errors …
-
It's not visible on github actions CI (we skip the sftp tests there), but the sftp backend / store test sometimes behaves weird:
Especially the `test_scalability_big_values` and the `test_scalabili…
-
We should provide function scoped by default for correctness, and we can offer fixtures with a different scope if needed.
Ideally, it'd look something like this:
```python
def s3_server_impl():
…
-
The tests derived from the python `unittest` module are not compatible with pytest. For instance, `pytest.mark` and pytest fixtures are not usable with existing pyspark tests. As a bouns, I think usin…
-
Fun fun fun... I see this when running pytest 3.0.4 on something else. I was not even using pandokia but somehow pytest has a hook to it in my "stsci" environment.
```
WI1 .../python2.7/site-packa…
pllim updated
5 years ago
-
This is macOS with python3.10. Unfortunately, it's for readme-renderer-v41 because I can't update to 42 which needs nh3, which needs rust, which I don't have.
```
/sw/bin/python3.10 -m pytest -vv ||…
-
### Description of feature
Currently, starting pytest takes ages because it doesn't collect the tests that fast or seems to download something. I don't really know what's going on.
I think this …
-
# Summary
Code present within [project.specific.conftest](https://github.com/dshah244/dummy_pytest/blob/master/conftest.py)::pytest_sessionfinish()
is shown as "not covered", although it is execut…
-
- [x] a detailed description of the bug or suggestion
- [x] output of `pip list` from the virtual environment you are using
- [x] pytest and operating system versions
- [x] minimal example if p…