Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-18 | Sick of the warnings about this and don't use it myself | Jeff Forcier | |
2023-05-05 | Migrate rest of main keys and update suite to be more pytest-relaxed compat | Jeff Forcier | |
Main branch as of today: 350 passed, 21 skipped, 52 deselected, 3 warnings in 11.10s This branch as of this commit: 361 passed, 21 skipped, 52 deselected, 3 warnings in 10.51s Of those 11 "new" tests, 8 are ones I wrote (tests/pkey.py). Hard to figure out what the other 3 are given pytest-relaxed's output is very different from regular verbose pytest. oops. | |||
2023-01-16 | Stop ignoring warnings in the test suite for now | Jeff Forcier | |
Most of what we put this in for is gone as we now use newer versions of most dependencies. The few that remain are acceptable levels of noise or only on certain versions (eg py36). | |||
2021-10-01 | Split out some setup.cfg sections | Jeff Forcier | |
2017-10-24 | Realizing no, this is only really useful for debugging. | Jeff Forcier | |
In normal testing it inflates test run time & also gets in the way of other pytest features. Mehh. Wish signal worked better. | |||
2017-10-23 | Nah | Jeff Forcier | |
2017-10-23 | Use pytest-timeout, configured via pytest.ini | Jeff Forcier | |