summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #79 from stephenfin/readme-tweaksHEADmasterJelmer Vernooij2023-03-311-8/+10
|\
| * README: Use actual admonitionsStephen Finucane2023-03-311-8/+10
|/
* Merge pull request #76 from stephenfin/readme-improvementsJelmer Vernooij2023-03-312-142/+198
|\
| * README: Document missing fixturesStephen Finucane2023-03-311-0/+48
| * README: Trivial fixesStephen Finucane2023-03-312-142/+150
* | Merge pull request #78 from stephenfin/ci-tweaksJelmer Vernooij2023-03-311-13/+13
|\ \ | |/ |/|
| * github: Update actions, switch to 3.11 by defaultStephen Finucane2023-03-311-13/+13
|/
* Merge pull request #50 from stephenfin/warnings-filterJelmer Vernooij2022-10-196-5/+117
|\
| * Update tox.iniJelmer Vernooij2022-10-191-1/+1
| * Add WarningsFilter fixtureStephen Finucane2022-10-195-4/+116
* | Merge pull request #75 from stephenfin/explore-testsJelmer Vernooij2022-10-194-18/+24
|\ \
| * | tests: Replace hardcoded list of test modulesStephen Finucane2022-10-191-14/+7
| |/
| * tests: Run 'warnings' testsStephen Finucane2022-10-194-5/+18
|/
* Don't explicitly build-require wheelJelmer Vernooij2022-10-191-1/+1
* Merge pull request #73 from stephenfin/drop-python36Jelmer Vernooij2022-07-205-5/+7
|\
| * Drop support for Python 3.6Stephen Finucane2022-07-205-5/+7
|/
* Merge pull request #71 from cjwatson/release-4.0.14.0.1Jelmer Vernooij2022-07-011-0/+3
|\
| * Release 4.0.1Colin Watson2022-06-011-0/+3
|/
* Merge pull request #70 from cjwatson/remove-testtools-from-requirements.txtColin Watson2022-06-012-1/+3
|\
| * Remove testtools from requirements.txt as wellColin Watson2022-06-012-1/+3
|/
* github: Add all pypy3 versions to test matrixMichał Górny2022-05-221-1/+1
* github: Add Python 3.11 betas to test matrixMichał Górny2022-05-221-1/+1
* tox: Add py311Michał Górny2022-05-221-1/+1
* Support Popen's process_group argument from Python 3.11Michał Górny2022-05-222-2/+21
* Update classmethod expectations (again) for Python 3.11Michał Górny2022-05-221-1/+2
* Merge pull request #65 from mgorny/pypy3Colin Watson2022-04-281-3/+6
|\
| * Revert to the previous classmethod expectations for PyPy3.9Michał Górny2022-04-281-3/+6
|/
* Merge pull request #63 from cjwatson/release-4.0.04.0.0Colin Watson2022-04-251-1/+19
|\
| * Release 4.0.0Colin Watson2022-04-251-0/+3
| * Document more changes since 3.0.0Colin Watson2022-04-251-1/+16
|/
* Merge pull request #62 from cjwatson/move-testtools-to-extraColin Watson2022-04-256-13/+27
|\
| * Document change in NEWSColin Watson2022-04-251-0/+1
| * Mention extra in another place in READMEColin Watson2022-04-251-0/+2
| * Move testtools requirement to a "streams" extraColin Watson2022-04-233-3/+13
| * Stop using testtools.helpers.try_importColin Watson2022-04-232-10/+11
|/
* tests: Validate function signature of FakePopenStephen Finucane2022-02-111-2/+48
* Support all Popen arguments up to Python 3.10Colin Watson2022-02-093-17/+71
* Failing test for compatibility problem with Python 3.7Jürgen Gmach2022-02-091-0/+14
* Merge pull request #57 from stephenfin/modern-requirementsColin Watson2022-02-094-10/+11
|\
| * Stop using 'make' to run testsStephen Finucane2022-02-082-5/+5
| * tox: Install extras properlyStephen Finucane2022-02-081-2/+3
| * requirements: Sync pbr versionsStephen Finucane2022-02-082-2/+2
| * requirements: Bump testtools minimumStephen Finucane2022-02-081-1/+1
|/
* Clone entire repo for CIStephen Finucane2022-02-081-0/+2
* Fix MockPatchMultiple.DEFAULTColin Watson2022-02-081-2/+12
* Merge pull request #56 from cjwatson/py310Colin Watson2022-02-064-8/+9
|\
| * Fix YAML type confusionColin Watson2022-02-051-3/+3
| * Add support for Python 3.10Colin Watson2022-02-054-8/+9
|/
* Merge pull request #51 from stephenfin/github-actionsJelmer Vernooij2022-01-287-30/+82
|\
| * Add GitHub Action workflowStephen Finucane2022-01-282-21/+68