summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Expand)AuthorAgeFilesLines
* build: Migrate pytest configuration to pyproject.toml.neiljp (Neil Pilgrim)2023-03-201-23/+0
* refactor(test): use tmp_path instead of tmpdirNed Batchelder2023-01-031-1/+1
* test: we haven't used pep8 in a while, remove the settingsNed Batchelder2022-12-311-9/+0
* test: 3.11.0b3 is out, so remove the workaroundNed Batchelder2022-06-011-3/+1
* test: avoid a 3.11.0b2 bugNed Batchelder2022-05-311-1/+3
* build: adjust the warning suppressions we needNed Batchelder2022-01-041-2/+1
* build: drop Python 3.6 supportNed Batchelder2021-12-311-0/+1
* test(feat): track test times, and balance xdist workersNed Batchelder2021-11-281-1/+9
* test(build): i've had the wrong -r character this whole timeNed Batchelder2021-11-241-1/+1
* test: don't force flaky re-runsNed Batchelder2021-11-181-1/+1
* build: clean up the Makefile a bitNed Batchelder2021-10-301-1/+1
* test: better checking for CoverageWarningsNed Batchelder2021-05-311-0/+3
* Use license_files instead of deprecated license_fileHugo van Kemenade2021-05-021-1/+1
* test: update to latest pytestNed Batchelder2021-05-021-1/+2
* test: show more information for not-passed testsNed Batchelder2021-03-111-1/+1
* test: have pytest collect test classes uniformlyNed Batchelder2021-03-111-0/+1
* Use the modern way to load modules by file name.Ned Batchelder2021-01-101-1/+3
* PEP 626: constant tests are kept as no-opsNed Batchelder2021-01-101-0/+2
* Use --force-flaky to decrease the need for tox re-runsnedbat/tweak-actionsNed Batchelder2020-11-291-1/+1
* Suppress a warning that is not our faultNed Batchelder2020-01-041-0/+1
* Suppress another warningNed Batchelder2018-12-231-0/+3
* Smoke should be quiet, and run failed tests firstNed Batchelder2018-08-241-1/+1
* Pytest should always summarize the failing tests at the endNed Batchelder2018-08-071-1/+1
* Include license file in the generated wheel packageJon Dufresne2017-11-261-0/+3
* Never show us a flaky test report everNed Batchelder2017-01-211-1/+1
* Use @flaky to prevent occasional multiprocessing failuresNed Batchelder2017-01-171-1/+1
* Register pytest markers, and enforce that they must be registeredNed Batchelder2016-12-311-1/+3
* Nope, that wasn't itNed Batchelder2016-11-261-1/+1
* Try no xdist to see if appveyor will be happyNed Batchelder2016-11-261-1/+1
* Use xdist to run tests fasterNed Batchelder2016-11-231-1/+1
* Move pycodestyle settings to setup.cfgNed Batchelder2016-11-011-0/+9
* Oops, forgot setup.cfgNed Batchelder2016-11-011-0/+2