Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/pytest-dev/pytest
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
https://github.com/pytest-dev/pytest
doc: Fix 404 'identify flaky test' link (#10244)
5bd41befa8e80afb0779cac5fe4d676a1162bede authored over 2 years ago246129089c7442eca563c6d98d6b260f8a55f517 authored over 2 years ago
34765f6b2e8a98b231baa33e4f356646259ab556 authored over 2 years ago
33a083e84421439d9fc471b1d28d63f5999de007 authored over 2 years ago
[automated] Update plugin list
77d2c9631a673913aca97871968bb2cd78a1f0fb authored over 2 years ago
Bumps [twisted](https://github.com/twisted/twisted) from 22.4.0 to 22.8.0.
- [Release notes](htt...
f53b49c8c4218756ff6db6bee18b1abdf3fef31c authored over 2 years ago
Add allure-pytest to the popular plugins list
85da6cad119f6cb145ed64ed78d89e6a9561ea19 authored over 2 years agoc326bd5669fdfd21ea902e248ba5e4f3a16bd13f authored over 2 years ago
a734dab00dccd7051e411ec1c70e74c586fc59b5 authored over 2 years ago
1e0aa16908bd0a0f7da1dfd9a8398271d75528dd authored over 2 years ago
b34eb0860c9bc2fe8f8a7779dfa943615f3b5e47 authored over 2 years ago
77e34526e8e5817d05a2bcf6bd52b22888cda6a0 authored over 2 years ago
build(deps): Bump django from 4.1 to 4.1.1 in /testing/plugins_integration
abf4941f3e75c07519503ca89fb398b1bb576599 authored over 2 years ago
updates:
- [github.com/psf/black: 22.6.0 → 22.8.0](https://github.com/psf/black/compare/22.6.0.....
Bumps [django](https://github.com/django/django) from 4.1 to 4.1.1.
- [Release notes](https://gi...
[automated] Update plugin list
6ad32a9c5c909ffd97ea8c84251f53f0c253e438 authored over 2 years ago50f390f015fce3ad2622b81e323f3c6f14ca872f authored over 2 years ago
Merge pull request #10259 from pytest-dev/release-7.1.3
4ed2b3a733b0240dfa2260dba98d327213cf04ed authored over 2 years agoPrepare release 7.1.3
(cherry picked from commit 3739e6cd4830cf707dff3fb5c5b93d7a2cec3663)
7f4b63b143c11a93b3fb276297a4fe078e2607b8 authored over 2 years ago
* Recommend importlib import mode for new projects
* Recommend src layout more strongly
* Swit...
Fix regendoc
a9bbfb87d6e486048da44fde9b64d3d24c87d19d authored over 2 years agoThe finalizers example was wiping out code needed for the examples below.
1caa099e42739bf96ef007297895dffda8c07e60 authored over 2 years ago
updates:
- [github.com/myint/autoflake: v1.4 → v1.5.1](https://github.com/myint/autoflake/compa...
Co-authored-by: pytest bot <[email protected]>
0fc3a977a9f60b09aec032f77e16a320dbe1d271 authored over 2 years agoFixes #10230
adaa463ee31bbdb17a348d680a58d6373dcc4a03 authored over 2 years ago* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](...
[automated] Update plugin list
059bc2443a250b7e2251f93124e1fa63d658b5b7 authored over 2 years ago932264d8fdedc5fbdd676169078dd1acb795903a authored over 2 years ago
Drop `wheel` from `pyproject.toml` example
d9d890ee154d326fcaa6aa35c4a3043b1f8e7921 authored over 2 years ago
It is unnecessary and has been deleted from the setuptools' docs too.
The setuptools' PEP 517 b...
* Squashed commit of the following:
commit 41d339c46763bbe26123e1e6504b6e32290e33e1
Author: ...
Co-authored-by: Dani Sancas <[email protected]>
On-behalf-of: @clarityai-eng <tech@clarit...
3039391b8342ffcb98b33562d00223ea27c39cfe authored over 2 years agoWhile taking a look at the docs I noticed they were not properly sorted.
This just moves the se...
832100955a4607b46b31f5d343e6b75ed87a2257 authored over 2 years agoTwo minor cleanups in pyproject.toml and setup.cfg
bec2b8ee3a317b2b4bbb067a1c9cab6d8208f80c authored over 2 years agoCo-authored-by: Bruno Oliveira <[email protected]>
7378f35b035a75472330cc9ed65d90d127941309 authored over 2 years agomark: allow any Sequence[str] for parametrize(argnames), not just list/tuple
b6eaf319d1707303f0a0f160c02d7b8a1f54c189 authored over 2 years agoThis should help users with the common issue of patching the wrong place.
Also took the oppor...
2e7c718373f2ddd1cfa25686abd5166f602af297 authored over 2 years agochangelog: add missing entry for PR #9248 (Sphinx 5)
08dfd3124ce4b6a2db76c50c0b2feecf60897946 authored over 2 years ago
It's not required -- see
https://github.com/pypa/packaging.python.org/pull/1050
The main motivation for this change is to simplify the type shown in
code editors -- `Sequence[s...
cb65f64572557e08e4eba6b84b855652acde1c34 authored over 2 years ago
Co-authored-by: pytest bot <[email protected]>
f425dfc15881dc853a8143e1d346fd969dff95f0 authored over 2 years agodoc: support sphinx 5
63d2f7f7f8ec8b09c4289f18a94178c520d93bff authored over 2 years agoIn addition:
* Improve the docs a bit with links.
* Recommend `context()` instead of `undo()`.
New versions of sphinx starting showing `__init__` parameters even when
we don't want them to sh...
New Sphinx added support for overloads and always displays them all with
full type annotations e...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
c72d2023175887fcf3fcd4d1bdaf30e0ffb1f4ff authored over 2 years agoCo-authored-by: Holesch, Simon (BSH) <[email protected]>
cc0092b9d898fdd903f56b9b937139fbf766d1c1 authored over 2 years ago
Bumps [django](https://github.com/django/django) from 4.0.6 to 4.1.
- [Release notes](https://g...
4d430ea6ffe8cf18582e756b4093405cc83d0cc4 authored over 2 years ago
Co-authored-by: pytest bot <[email protected]>
abd5df4b3cf6c133e136be781aaf1091a22038e0 authored over 2 years agoCo-authored-by: Bruno Oliveira <[email protected]>
58cf20edf08d84c5baf08f0566cc9bccbc4ec7fd authored over 2 years ago[automated] Update plugin list
f43ddd8acd74a2c3242a3874420072836e0614aa authored over 2 years agoCo-authored-by: Bruno Oliveira <[email protected]>
Fixes #10150
1c31a7e6598ff0290012f56c4ee6ce48a31486d9 authored over 2 years agoc0e3071fdf21eb5bf46478dc7b707720c7c25f1b authored over 2 years ago
b4ab2f094234a0e5a1b14cf8e6d7cd9f48ecbadb authored over 2 years ago
updates:
- [github.com/asottile/reorder_python_imports: v3.8.1 → v3.8.2](https://github.com/asot...
[automated] Update plugin list
70659b8c34dc502521ee4f4b7c948370caf6cf35 authored over 2 years ago3bf15135e46ab525d28377cf54e97a6a9516223c authored over 2 years ago
6c57cc1727365b08d2e9bf67010e94bd676738a9 authored over 2 years ago
Fix typo in example/markers documentation
c0843f94e43f7acac1564c4653070f16054669b8 authored over 2 years ago8c5487fd6b733de1e0e44194350908ee77e2bf0a authored over 2 years ago
4696ba74f90d8eecad453dd08e5f5493d697f2a9 authored over 2 years ago
34a285986e456406b22b62aa563a64331f640e7f authored over 2 years ago
b8e2f42ec1fc552ce145182ab5868cbfa357d0ec authored over 2 years ago
Co-authored-by: Bruno Oliveira <[email protected]>
Co-authored-by: kevin.hierro-ext <kevin.h...
For now, mark it as Any until #8073 is solved
Fixes #9514
c1d134172cff3787dbfe51cd154af8f8d4b5e556 authored over 2 years agocbcb3a356e1caf4c38066565c4e36d033de055c7 authored over 2 years ago
See https://github.com/python/cpython/issues/93883
and https://github.com/python/cpython/pull/93...
c2b1d5b368a1fc829c6c06c700ae2ba9cda55794 authored over 2 years ago
updates:
- [github.com/asottile/reorder_python_imports: v3.3.0 → v3.8.1](https://github.com/asot...
Fix mypy pre-commit run
7b9f71d84fae74b70533142a3dfdee320c95f54f authored over 2 years agoThis started to fail recently with:
```
mypy......................................................
build(deps): Bump pytest-mock from 3.8.1 to 3.8.2 in /testing/plugins_integration
f6dc71c8deb81d3b4d73515ea64d11d52df9f6dd authored over 2 years agobuild(deps): Bump pytest-sugar from 0.9.4 to 0.9.5 in /testing/plugins_integration
8c60fa1ef9433fd7709b041d75fb80492ba88d2c authored over 2 years agobuild(deps): Bump pytest-bdd from 5.0.0 to 6.0.1 in /testing/plugins_integration
b83a74a3035b72c4d6fef105fac17d553947b5ab authored over 2 years ago
Bumps [pytest-bdd](https://github.com/pytest-dev/pytest-bdd) from 5.0.0 to 6.0.1.
- [Release not...
Bumps [pytest-sugar](https://github.com/Teemu/pytest-sugar) from 0.9.4 to 0.9.5.
- [Release note...
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.8.1 to 3.8.2.
- [Release n...
[automated] Update plugin list
29041e1e1fd11a6354fbaa057598dcf1c5f69bc0 authored over 2 years agodda7673f571873872ad89357265164005356aae0 authored over 2 years ago
replace atomicwrites with os.replace
7dc540f258cf898b7ffe540f5d460490bd825425 authored over 2 years ago4cd0322ca18bf2f9e4f27f22d2c46c25cdc8b1e2 authored over 2 years ago
Fix stage caplog records not clear
966d4fb3e4640de721f87e4190427975ea020c67 authored over 2 years ago87265973218e37bf7839bfbbd25fe69f1fe50a15 authored over 2 years ago
Co-authored-by: Ronny Pfannschmidt <[email protected]>
aa83fa353c58c8b9f6b6afecbc5a223e9731d720 authored over 2 years ago4449bdc068f598b226ad7dc72a7ea03f38a1307d authored over 2 years ago
929e7d5ae03c95557ee402c8f2039ae4f756dcc7 authored over 2 years ago
Bumps [django](https://github.com/django/django) from 4.0.5 to 4.0.6.
- [Release notes](https://...
4414c4adaeb06f1c883df2ccc3f4d469886b788d authored over 2 years ago
updates:
- [github.com/psf/black: 22.3.0 → 22.6.0](https://github.com/psf/black/compare/22.3.0.....
[automated] Update plugin list
5f57481563893a78ab31677a1c862cf9ba531d17 authored over 2 years ago04de180f4177c7be26e993b3291f32dfcfab0d0d authored over 2 years ago
git mv changelog/3396.{improvement,bugfix}.rst
b08c1dcf0e421b408653d185574baec7855e2439 authored over 2 years ago3e590fe79e05e5fd5d1f0f328c1afe272d28ad40 authored over 2 years ago
Pass importmode to import_path in DoctestModule
7dcabc1f491d154ed835690f111d75ace66cefd9 authored over 2 years agoupdate does_not_raise docs now that pytest is 3.7+ only
2941da0f2bdc58cabfc6977f45bea3c9404493ea authored over 2 years ago1b47de7d7f2a5353dfd0c1c549532e873999f5bf authored over 2 years ago