@@ -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,16 @@ 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"
46
-
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"
47
46
[tool .isort ]
48
47
add_imports = [
49
- " from __future__ import annotations"
48
+ " from __future__ import annotations" ,
50
49
]
51
50
force_single_line = true
52
51
profile = " black"
@@ -61,14 +60,14 @@ addopts = """\
61
60
branch = true
62
61
parallel = true
63
62
source = [
64
- " pytest_randomly" ,
65
- " tests" ,
63
+ " pytest_randomly" ,
64
+ " tests" ,
66
65
]
67
66
68
67
[tool .coverage .paths ]
69
68
source = [
70
- " src" ,
71
- " .tox/**/site-packages" ,
69
+ " src" ,
70
+ " .tox/**/site-packages" ,
72
71
]
73
72
74
73
[tool .coverage .report ]
0 commit comments