summaryrefslogtreecommitdiffhomepage
path: root/pytest.ini
AgeCommit message (Collapse)Author
2023-01-16Stop ignoring warnings in the test suite for nowJeff 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-01Split out some setup.cfg sectionsJeff Forcier
2017-10-24Realizing 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-23NahJeff Forcier
2017-10-23Use pytest-timeout, configured via pytest.iniJeff Forcier