@@ -8,16 +8,18 @@ requires = [
8
8
name = " pytest-randomly"
9
9
version = " 3.15.0"
10
10
description = " Pytest plugin to randomly order tests and control random.seed."
11
- readme = {file = " README.rst" , content-type = " text/x-rst" }
11
+ readme = { file = " README.rst" , content-type = " text/x-rst" }
12
12
keywords = [
13
13
" pytest" ,
14
14
" random" ,
15
15
" randomise" ,
16
16
" randomize" ,
17
17
" randomly" ,
18
18
]
19
- license = {text = " MIT" }
20
- authors = [{
name =
" Adam Johnson" ,
email =
" [email protected] " }]
19
+ license = { text = " MIT" }
20
+ authors = [
21
+ {
name =
" Adam Johnson" ,
email =
" [email protected] " },
22
+ ]
21
23
requires-python = " >=3.8"
22
24
classifiers = [
23
25
" Development Status :: 5 - Production/Stable" ,
@@ -34,19 +36,17 @@ classifiers = [
34
36
" Typing :: Typed" ,
35
37
]
36
38
dependencies = [
37
- ' importlib-metadata>=3.6; python_version < " 3.10" ' ,
39
+ " importlib-metadata>=3.6; python_version<' 3.10' " ,
38
40
" pytest" ,
39
41
]
40
- [project .urls ]
41
- Changelog = " https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst"
42
- Funding = " https://adamj.eu/books/"
43
- Repository = " https://github.com/pytest-dev/pytest-randomly"
44
- [project .entry-points .pytest11 ]
45
- randomly = " pytest_randomly"
42
+ urls.Changelog = " https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst"
43
+ urls.Funding = " https://adamj.eu/books/"
44
+ urls.Repository = " https://github.com/pytest-dev/pytest-randomly"
45
+ entry-points.pytest11.randomly = " pytest_randomly"
46
46
47
47
[tool .isort ]
48
48
add_imports = [
49
- " from __future__ import annotations"
49
+ " from __future__ import annotations" ,
50
50
]
51
51
force_single_line = true
52
52
profile = " black"
@@ -61,14 +61,14 @@ addopts = """\
61
61
branch = true
62
62
parallel = true
63
63
source = [
64
- " pytest_randomly" ,
65
- " tests" ,
64
+ " pytest_randomly" ,
65
+ " tests" ,
66
66
]
67
67
68
68
[tool .coverage .paths ]
69
69
source = [
70
- " src" ,
71
- " .tox/**/site-packages" ,
70
+ " src" ,
71
+ " .tox/**/site-packages" ,
72
72
]
73
73
74
74
[tool .coverage .report ]
0 commit comments