-
Hi there,
I am experiencing issues installing pyhash when more-itertools over 5.x is installed:
```
(base) root@04931f9c4e76:/# pip install pyhash
DEPRECATION: Python 2.7 will reach the end of its…
-
The readme says to call `config.alembic_config` to set up alembic, but it doesn't actually set up alembic. what it does is returns an alembic configuration object that has the `script_location` main v…
-
Hi all,
just as a warning, the ansible-sign package started failing its build recently, but only on openSUSE Tumbleweed. The build for openSUSE Leap / SLES is still fine, so this looks like some in…
-
_Issue [JP-3557](https://jira.stsci.edu/browse/JP-3557) was created on JIRA by [Ned Molter](https://jira.stsci.edu/secure/ViewProfile.jspa?name=emolter):_
Expected behavior: Adding @pytest.mark.fi…
-
Currently most of `notebook/tests` (except the selenium ones) are all using the built-in `unittest` module. Native pytest format tests (with just functions) feels more readable and better adopted now.…
-
#### What's the problem this feature will solve?
Say I have the files:
```console
$ cat test_t.py
import pytest
@pytest.mark.parametrize('closed', ['left', 'right', 'both', 'neither'])
…
-
Hey, thanks for making this open source! I have been looking for something like this. However, form the tests/readme I cannot really get how the library is supposed to be used. Maybe you could add a …
-
It would be great to be able to supply a function to tear down the fixture.
Some examples of things that are not suitable for doing in a `Drop` impl:
* Testing assertions during teardown;
* Wai…
-
Hi,
I am looking for if there is a way to allow certain group of tests to run sequentially only while other tests continue to run in parallel using -n (xdist).
I have a group of tests that ca…
-
I am running latest `sqld` locally and when I run `poetry run pytest`, I get the following set of test failures:
```console
========================================================================…