summaryrefslogtreecommitdiff
path: root/testing/support.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace py.test usage with pytest, explicitly require py for testspy.testMiro HronĨok2022-11-111-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 wheelsMatt Davis2022-06-291-0/+9
|
* fix tests for py.test running on CPython v3.10.0b3Armin Rigo2021-06-201-0/+5
|
* Revert 58f2e09a4254 and part of 4a15fb9e4aec: it was fixed in CPython after theArmin Rigo2020-07-281-4/+0
| | | | 3.9b5 release.
* CPython 3.9b5 fixArmin Rigo2020-07-271-0/+4
|
* May fix test on OS/XArmin Rigo2020-02-071-0/+1
|
* Python 3.9 compatArmin Rigo2020-01-071-2/+6
|
* Tweak the '-Wno-*' arguments passed to gcc during testsArmin Rigo2019-11-071-1/+22
|
* Move test-only function from cffi/ to testing/Ronan Lamy2018-11-271-0/+25
|
* Skip a couple of new tests on Windows, because this method doesn't seemArmin Rigo2015-12-071-0/+3
| | | | able to capture the C-level fprintf(stderr)
* py3k compatArmin Rigo2015-12-071-2/+6
|
* Write one error message directly to stderr instead of sys.stderr. ThisArmin Rigo2015-11-181-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 Rigo2012-08-141-0/+19