GitHub / pytest-dev/pytest-runner / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 9d13da8b | Update changelog | Jason R. Coombs <j****o@j****m> | over 2 years ago | |
| 1898992b | merge Merge pull request #62 from pytest-dev/RonnyPfannschmidt-devstatus |
Ronny Pfannschmidt <o****e@r****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| d9d2ec52 | update development status to inactive |
Ronny Pfannschmidt <o****e@r****e>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| a3dc9f4c | merge Merge https://github.com/jaraco/tidelift into newmain | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 3b16808a | Move module to package for simplicity of packaging. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 25c91d84 | ⚫ Fade to black. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 3e724410 | Remove legacy code | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 7d3889c0 | Tests no longer run on Python 3.6 | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 0b2b132a | merge Merge pull request #59 from foutrelis/python310 |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| b2a1ed2b | Update test to install pytest-runner using pip. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| b227bc27 | 🧎♀️ Genuflect to the types. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 25b782a0 | Update changelog. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 289a77b1 | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 04fe68a9 | Ran pre-commit autoupdate | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| f22eb5b6 | Ignore flake8/black warnings with pytest 7.0.1 (jaraco/skeleton#58) |
Anderson Bravalheri <a****b@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| a9ea801a | Require jaraco.packaging 9 adding compatibility for projects with no setup.py... | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 96ea5630 | Bump pytest-mypy and remove workaround for dbader/pytest-mypy#131. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| badffe9a | Use the parent category PytestDeprecationWarning, which is available on older... | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 8949d1a1 | Add exclusions for pytest 7 deprecations in plugins. Fixes jaraco/skeleton#57. | Jason R. Coombs <j****o@j****m> | over 4 years ago | |
| 7e01b721 | Remove setup.py, no longer needed. |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 4f9825da | Update badge year |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 7927a238 | test_egg_fetcher: use newer setuptools on Python 3.10 | Evangelos Foutras <e****s@f****m> | over 4 years ago | |
| eca1c4ca | Remove filtered warnings, addressed upstream. | Jason R. Coombs <j****o@j****m> | almost 5 years ago | |
| 0019b0af | Require Python 3.7 or later. | Jason R. Coombs <j****o@j****m> | almost 5 years ago | |
| aae281a9 | Remove wheel from build requirements. It's implied for wheel builds. Ref pypa... | Jason R. Coombs <j****o@j****m> | almost 5 years ago | |
| 5823e9ca | Rely on pytest 6 and drop workaround for pytest-dev/pytest#6178. | Jason R. Coombs <j****o@j****m> | almost 5 years ago | |
| dc43378c | Test on Python 3.10 (final). | Jason R. Coombs <j****o@j****m> | almost 5 years ago | |
| 8ea55f2f | Add intersphinx mappings for Python to prevent spurious nitpicky failures. Fi... | Jason R. Coombs <j****o@j****m> | almost 5 years ago | |
| a76a548d | .editorconfig: Set max_line_length to 88 for Python files. |
Alan Fregtman <9****x@u****m>
Committed by: Jason R. Coombs <j****o@j****m> |
about 5 years ago | |
| 719a7ced | Remove blacken docs as it cannot honor Python's default repr. Ref asottile/bl... | Jason R. Coombs <j****o@j****m> | about 5 years ago | |
| 918a415b | Implement tidelift banner using a Sphinx directive implemented by jaraco.tide... | Jason R. Coombs <j****o@j****m> | about 5 years ago | |
| 3ae5a490 | Fix syntax issue in changelog. Fixes #58. | Jason R. Coombs <j****o@j****m> | about 5 years ago | |
| 32daab96 | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | about 5 years ago | |
| 498b965a | Use line continuations to indicate which exclusions are for which workarounds. | Jason R. Coombs <j****o@j****m> | about 5 years ago | |
| 212e995c | Remove workaround for python/typed_ast#156. | Jason R. Coombs <j****o@j****m> | about 5 years ago | |
| 14787e69 | Rely on setuptools 56 and drop the explicit mention of the license file in fa... | Jason R. Coombs <j****o@j****m> | about 5 years ago | |
| 5a8384e5 | Use shutil for rmtree |
Brian Rutledge <b****n@b****m>
Committed by: Jason R. Coombs <j****o@j****m> |
about 5 years ago | |
| 85d08db3 | Suppress deprecation warnings in flake8 and packaging.tags. Ref pypa/packagin... | Jason R. Coombs <j****o@j****m> | about 5 years ago | |
| 1b165200 | Remove setup_requires, obviated by build-requires in pyproject.toml. | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| 4a734d48 | Test on Python 3.10 | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| a8fc8ddc | merge Merge https://github.com/jaraco/tidelift | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| 592d891f | Edit for consistency. | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| 927894a0 | Fix badge | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| 0ec2a3e9 | Update changelog. | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| b81ff3b7 | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| 8698127d | Make sphinx fail on any warnings (#36) |
Sviatoslav Sydorenko <w****b@s****a>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 6c1c45bc | Replace md file with badge linking to documentation site. Fixes jaraco/skelet... | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| 2f690f60 |
Enable dependabot (#50)
Co-authored-by: KOLANICH <k****n@m****u> |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 6e2d0ba0 | Remove automerge. Fixes jaraco/skeleton#49. | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| 842eb142 | Remove Tidelift from main.yml, no longer needed | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| 4b1568c7 | Tidelift no longer requires or expects publishing release notes. | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| 7fe4ab82 | Add leading */ to coverage.run.omit. Workaround for pytest-dev/pytest-cov#456. | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| 86efb884 | Also deny black on Python 3.10 as workaround for python/typed_ast#156. | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| af544511 | Bump minimums on pytest-checkdocs and pytest-enabler as found on Setuptools. | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| 14312a5b | Exclude mypy on Python 3.10 as workaround for python/typed_ast#156. | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| 7bdab578 | Add comments indicating why the exclusions are present | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| bf9fae2c | Require twine 3 with keyring unconditionally required. | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| d9a13c77 | Bump minimum pytest | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| 5e416793 | It's no longer necessary to filter this warning and it's not a warning anymore. | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| 743af724 | Exclude dist from discovered packages. Fixes jaraco/skeleton#46. | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| eeb10313 | Replace rwt with pip-run | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| d303e32e | Use short link for issue | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| 362e7e6d | Suppress test failures on Windows | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| a87b237f | merge Merge pull request #54 from Flameeyes/master |
Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 0c52b051 | Update changelog. | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| f11649c7 | ⚫ Fade to black. | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| fd08292b | merge Merge https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| ea86b0d2 | merge Merge branch '2020-handoff' of https://github.com/jaraco/skeleton | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| 51298a2c | Normalize indentation | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| 38fff62e | Added an .editorconfig. Pull request jaraco/skeleton#43. |
KOLANICH <k****n@m****u>
Committed by: Jason R. Coombs <j****o@j****m> |
over 5 years ago | |
| 0df40810 | Add support for namespace packages. Closes jaraco/skeleton#40. | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| 77fbe1df |
Use `extend-ignore` in flake8 config (#33)
Co-authored-by: Jason R. Coombs <j****o@j****m>, Jason R. Coombs <j****o@j****m> |
Sviatoslav Sydorenko <w****b@s****a>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| a9b3f681 | Use license_files instead of license_file in meta (#35) |
Sviatoslav Sydorenko <w****b@s****a>
Committed by: Jason R. Coombs <j****o@j****m> |
over 5 years ago | |
| 1731fbeb |
Replace pep517.build with build (#37)
Co-authored-by: Jason R. Coombs <j****o@j****m> |
Sviatoslav Sydorenko <w****b@s****a>
Committed by: Jason R. Coombs <j****o@j****m> |
over 5 years ago | |
| 3e876d79 | Enable complexity limit. Fixes jaraco/skeleton#34. | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| a36768aa | Prefer pytest-enabler to jaraco.test | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| 2b839bad | Add note about automatic merging of PRs and the requirements and limitations. | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| 060d491a | Rename 'Automated Tests' to simply 'tests' | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| cfe99a5a | pre-commit autoupdate | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| 4b133462 | Automatically inject project name in docs heading. | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| a11446dc | merge Merge branch 'main' into 2020-handoff | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| 150321ca | Enable automerge | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| 2667241f | Update skeleton description to describe the periodic collapse. Fixes #27. | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| a81fb90c | merge Merge remote-tracking branch 'origin/archive/2020-12' into 2020-handoff | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| c681f674 | Collapse skeleton history from archive/2020-12 | Jason R. Coombs <j****o@j****m> | over 5 years ago | |
| 27f7c53a | Honor TOX_WORK_DIR if set. Workaround for tox-dev/tox#20. | Jason R. Coombs <j****o@j****m> | almost 6 years ago | |
| fb8d9c43 | Move Tidelift release note publishing to Github Actions. | Jason R. Coombs <j****o@j****m> | almost 6 years ago | |
| 95ce6f33 | Use inline flags with local scope. | Jason R. Coombs <j****o@j****m> | almost 6 years ago | |
| 1311ceca | use add-github-secrets, which infers the secrets needed from the github workf... | Jason R. Coombs <j****o@j****m> | almost 6 years ago | |
| ca9ad41a | Drop tests on Travis, Appveyor, and Azure Pipelines. | Jason R. Coombs <j****o@j****m> | almost 6 years ago | |
| 6ad08b84 | Test on Python 3.9. Skip 3.7 to avoid creating too many builds. Release on 3.9. | Jason R. Coombs <j****o@j****m> | almost 6 years ago | |
| 5474714e | Use RTD v2 config | Jason R. Coombs <j****o@j****m> | almost 6 years ago | |
| dcd7cbda | Refresh docs to prefer Github Actions to Azure Pipelines. Ref jaraco/skeleton... | Jason R. Coombs <j****o@j****m> | almost 6 years ago | |
| ce34be2f | Cut releases from Github Actions instead of Azure Pipelines. Ref jaraco/skele... | Jason R. Coombs <j****o@j****m> | almost 6 years ago | |
| ea912cf6 | Add workflows for running tests. Ref jaraco/skeleton#24. | Jason R. Coombs <j****o@j****m> | almost 6 years ago | |
| 678e1a97 | Also enable flake8 and cov when the plugins are present. | Jason R. Coombs <j****o@j****m> | almost 6 years ago | |
| 8117892e | Use enabled plugin configuration to enable mypy and black when the plugin is ... | Jason R. Coombs <j****o@j****m> | almost 6 years ago | |
| 38207546 | Bump black and blacken-docs to latest stable versions. | Jason R. Coombs <j****o@j****m> | almost 6 years ago | |
| 15f6272d | Disable pytest-black and pytest-mypy on PyPy. Fixes jaraco/skeleton#22. Ref p... | Jason R. Coombs <j****o@j****m> | almost 6 years ago | |
| 6a13942e | Add the env var mapping too. | Jason R. Coombs <j****o@j****m> | almost 6 years ago |