| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace py.test usage with pytest, explicitly require py for testspy.test | Miro HronĨok | 2022-11-11 | 1 | -2/+2 |
| | | | | | | | | pytest 7.2+ no longer depends on py. It ships py.path and py.error only. See https://docs.pytest.org/en/7.2.x/changelog.html#deprecations The tests use py.code as well, hence we declare and document a test dependency on py. | ||||
| * | musllinux test updates and wheels, py3.11 beta wheels | Matt Davis | 2022-06-29 | 1 | -0/+9 |
| | | |||||
| * | fix tests for py.test running on CPython v3.10.0b3 | Armin Rigo | 2021-06-20 | 1 | -0/+5 |
| | | |||||
| * | Revert 58f2e09a4254 and part of 4a15fb9e4aec: it was fixed in CPython after the | Armin Rigo | 2020-07-28 | 1 | -4/+0 |
| | | | | | 3.9b5 release. | ||||
| * | CPython 3.9b5 fix | Armin Rigo | 2020-07-27 | 1 | -0/+4 |
| | | |||||
| * | May fix test on OS/X | Armin Rigo | 2020-02-07 | 1 | -0/+1 |
| | | |||||
| * | Python 3.9 compat | Armin Rigo | 2020-01-07 | 1 | -2/+6 |
| | | |||||
| * | Tweak the '-Wno-*' arguments passed to gcc during tests | Armin Rigo | 2019-11-07 | 1 | -1/+22 |
| | | |||||
| * | Move test-only function from cffi/ to testing/ | Ronan Lamy | 2018-11-27 | 1 | -0/+25 |
| | | |||||
| * | Skip a couple of new tests on Windows, because this method doesn't seem | Armin Rigo | 2015-12-07 | 1 | -0/+3 |
| | | | | | able to capture the C-level fprintf(stderr) | ||||
| * | py3k compat | Armin Rigo | 2015-12-07 | 1 | -2/+6 |
| | | |||||
| * | Write one error message directly to stderr instead of sys.stderr. This | Armin Rigo | 2015-11-18 | 1 | -0/+37 |
| | | | | | | lets us avoid taking the GIL, which might crash in case the Python interpreter is not initialized at all. | ||||
| * | Found a way to be compatible with Python 3.2 in the test syntax. | Armin Rigo | 2012-08-14 | 1 | -0/+19 |
