Ran Benita
|
e5e47c1097
|
Fix typing related to iniconfig
iniconfig now has typing stubs which reveal a couple issues.
|
2020-10-17 19:25:45 +03:00 |
Bruno Oliveira
|
0a258f534f
|
Fix linting
|
2020-10-17 08:42:15 -03:00 |
Bruno Oliveira
|
f58d0a8c3d
|
Merge pull request #7903 from ekrecker/patch-1
Fix typos
|
2020-10-17 08:41:10 -03:00 |
Nimesh Vashistha
|
991bc7bd50
|
Added note to writing_plugins.rst (#7896)
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
|
2020-10-17 08:26:30 -03:00 |
kwgchi
|
fc70fd23a2
|
Fix typos
|
2020-10-16 21:29:58 +09:00 |
Bruno Oliveira
|
b4c28dcaa2
|
Merge pull request #7893 from nicoddemus/testdir-docs-7892
List Testdir members in the docs
|
2020-10-14 10:34:49 -03:00 |
Prashant Sharma
|
5182c73fea
|
Add example for registering multiple custom mark (#7886)
|
2020-10-14 15:17:50 +03:00 |
Bruno Oliveira
|
3cae145e41
|
List Testdir members in the docs
Also include docstrings pointing to the counterparts in Pytester.
Fix #7892
|
2020-10-13 12:01:11 -03:00 |
Bruno Oliveira
|
69419cb700
|
New pytester fixture (#7854)
|
2020-10-12 12:13:06 -03:00 |
Bruno Oliveira
|
cb578a918e
|
Merge pull request #7883 from pytest-dev/dependabot/pip/testing/plugins_integration/django-3.1.2
build(deps): bump django from 3.1.1 to 3.1.2 in /testing/plugins_integration
|
2020-10-12 09:43:17 -03:00 |
dependabot[bot]
|
b53a8bb60f
|
build(deps): bump django in /testing/plugins_integration
Bumps [django](https://github.com/django/django) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.1.1...3.1.2)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-10-12 12:39:31 +00:00 |
Bruno Oliveira
|
3434488af4
|
Merge pull request #7882 from pytest-dev/dependabot/pip/testing/plugins_integration/anyio-curiotrio--2.0.2
build(deps): bump anyio[curio,trio] from 2.0.0 to 2.0.2 in /testing/plugins_integration
|
2020-10-12 09:38:54 -03:00 |
Ronny Pfannschmidt
|
cdaa1b52be
|
Merge pull request #7884 from bluetech/release-on-comment-fixes
release-on-comment: add "Closes <release issue number>" to release PR
|
2020-10-11 10:49:45 +02:00 |
Ran Benita
|
008863aeb9
|
release-on-comment: add "Closes <release issue number>" to release PR
|
2020-10-10 19:01:41 +03:00 |
dependabot[bot]
|
37cf4693cf
|
build(deps): bump anyio[curio,trio] in /testing/plugins_integration
Bumps [anyio[curio,trio]](https://github.com/agronholm/anyio) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/agronholm/anyio/releases)
- [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst)
- [Commits](https://github.com/agronholm/anyio/compare/2.0.0...2.0.2)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-10-10 15:52:11 +00:00 |
Hugo van Kemenade
|
3059caf1ee
|
Put smoke test deps in requirements.txt for Dependabot (#7806)
|
2020-10-10 18:51:35 +03:00 |
Ran Benita
|
55127b2142
|
Merge pull request #7879 from charlesaracil-ulti/ask_for_commit_after_in_contributing
ask for commit after changelog and authors file edit in contributing
|
2020-10-09 22:34:06 +03:00 |
Charles Aracil
|
2e322f183c
|
ask for commit after changelog and authors file edit (#7878)
|
2020-10-09 16:10:54 +02:00 |
Zac Hatfield-Dodds
|
dbd082af96
|
Merge pull request #7874 from tanvimehta/master
|
2020-10-08 17:36:54 +11:00 |
Tanvi Mehta
|
d093931464
|
Added name to authors list
|
2020-10-07 22:57:52 -07:00 |
Tanvi Mehta
|
779b511bfe
|
Fixed formatting
|
2020-10-07 22:25:27 -07:00 |
Tanvi Mehta
|
43b1eb3c9e
|
Use instead of a in Issue #7868
Use `collections.Counter` instead of a `dict` in `terminal.py` Issue #7868
|
2020-10-07 21:51:28 -07:00 |
Kyle Altendorf
|
5acc55e838
|
Merge pull request #7872 from altendky/addini_takes_string
Document that Parser.addini() can take, and defaults to, 'string'
|
2020-10-07 19:12:54 -04:00 |
Kyle Altendorf
|
1630c37266
|
Added changelog/7872.doc.rst
|
2020-10-07 18:06:13 -04:00 |
Kyle Altendorf
|
76acb44330
|
Update tests to cover explicit None and "string" as addini() types
|
2020-10-07 17:56:54 -04:00 |
Kyle Altendorf
|
af3759a503
|
Parser.addini() can take and defaults to 'string'
|
2020-10-07 17:21:55 -04:00 |
Anthony Sottile
|
95917f8833
|
Merge pull request #7863 from asottile/py36_order_preserving_dict
py36+: remove _pytest.compat.order_preserving_dict
|
2020-10-06 08:35:38 -07:00 |
Manuel Mariñez
|
13ddec9a00
|
Add alias clarification to deprecation warning (#7829)
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
|
2020-10-06 11:48:34 -03:00 |
Anthony Sottile
|
b6b75383ce
|
py36+: remove _pytest.compat.order_preserving_dict
|
2020-10-06 00:22:09 -07:00 |
Anthony Sottile
|
f54ec30a6d
|
Merge pull request #7862 from asottile/comm2ann
py36+: com2ann
|
2020-10-06 00:20:57 -07:00 |
Anthony Sottile
|
33d119f71a
|
py36+: com2ann
|
2020-10-05 18:33:17 -07:00 |
William Jamir Silva
|
703e89134c
|
Update reference.rst informing the default junit_family (#7860)
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
|
2020-10-05 14:04:37 -03:00 |
Anthony Sottile
|
f81c6c00a9
|
Merge pull request #7852 from asottile/py36_pyupgrade
py36+: pyupgrade: py36+
|
2020-10-04 08:25:32 -07:00 |
Ran Benita
|
1c08f1dd0f
|
Merge pull request #7844 from bluetech/typing-fixtures
fixtures: some type annotations, remove cyclic dependency
|
2020-10-04 17:41:33 +03:00 |
Bruno Oliveira
|
7581f0b3a1
|
Merge pull request #7853 from albertvillanova/doc-patch-1
|
2020-10-04 09:15:46 -03:00 |
Albert Villanova del Moral
|
8593b57666
|
Update link to numpy
|
2020-10-04 08:54:43 +02:00 |
Ran Benita
|
d0a3f1dcbc
|
nodes: remove cyclic dependency on _pytest.fixtures
- Change the fixtures plugin to store its one piece of data on the node's
Store instead of directly.
- Import FixtureLookupError lazily.
|
2020-10-04 09:44:45 +03:00 |
Ran Benita
|
bf09e7792f
|
fixtures: some type annotations
|
2020-10-04 09:43:58 +03:00 |
Ran Benita
|
7f794b7aff
|
Merge pull request #7851 from bluetech/cherry-pick-release
Merge pull request #7849 from pytest-dev/release-6.1.1
|
2020-10-03 22:57:41 +03:00 |
Anthony Sottile
|
66bd44c13a
|
py36+: pyupgrade: py36+
|
2020-10-03 12:46:54 -07:00 |
Anthony Sottile
|
b1bcb9fba8
|
Merge pull request #7850 from asottile/py36_pathlib_export
py36+: remove rexport of Path and PurePath
|
2020-10-03 12:43:25 -07:00 |
Ran Benita
|
fd74dd3dcb
|
Merge pull request #7849 from pytest-dev/release-6.1.1
Prepare release 6.1.1
(cherry picked from commit 69d903260d39f50ef7233348e1521000710cc5ba)
|
2020-10-03 22:38:33 +03:00 |
Anthony Sottile
|
fb1d550aac
|
py36+: remove rexport of Path and PurePath
|
2020-10-03 12:16:52 -07:00 |
Anthony Sottile
|
022ac9b9e8
|
Merge pull request #7846 from asottile/py36_black
py36+: update the target version of black to py36
|
2020-10-03 11:45:45 -07:00 |
Anthony Sottile
|
3b957c2244
|
Merge pull request #7845 from pytest-dev/py36_overload
py36+: remove _pytest.compat.overload
|
2020-10-03 11:45:29 -07:00 |
Hugo van Kemenade
|
133e8af4ee
|
Merge pull request #7805 from hugovk/pytest-rerunfailures
Smoke test pytest-rerunfailures
|
2020-10-03 20:17:06 +03:00 |
Anthony Sottile
|
f295b0267d
|
py36+: update the target version of black to py36
|
2020-10-03 08:17:22 -07:00 |
Anthony Sottile
|
7f0d2beb50
|
py36+: remove _pytest.compat.overload
|
2020-10-03 08:01:22 -07:00 |
Anthony Sottile
|
6ed07a1c25
|
Merge pull request #7840 from asottile/py36_typing_Type
py36+: from typing import Type: no longer need guard
|
2020-10-03 07:44:06 -07:00 |
Anthony Sottile
|
aa077ab188
|
Merge pull request #7841 from asottile/py36_todo
py36+: resolve py36 TODOs
|
2020-10-03 07:43:15 -07:00 |