File tree Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 38
38
PREFIX : PYTEST_REQPASS=461
39
39
python-version : " 3.10"
40
40
cover : true
41
+ - tox_env : py311
42
+ os : ubuntu-20.04
43
+ python-version : " ~3.11.0-0" # see https://github.com/actions/setup-python/issues/213#issuecomment-1146676713
44
+ cover : true
41
45
- tox_env : py38-devel
42
46
PREFIX : PYTEST_REQPASS=461
43
47
python-version : 3.8
Original file line number Diff line number Diff line change 74
74
entry : mypy src/
75
75
pass_filenames : false
76
76
additional_dependencies :
77
- - ansible-compat>=2.1 .0
77
+ - ansible-compat>=2.2 .0
78
78
- click>=8.0.1
79
79
- enrich>=1.2.7
80
80
- importlib-metadata>=4.6.1
91
91
hooks :
92
92
- id : pylint
93
93
additional_dependencies :
94
- - ansible-compat>=2.1 .0
94
+ - ansible-compat>=2.2 .0
95
95
- cerberus
96
96
- click
97
97
- click-help-colors
Original file line number Diff line number Diff line change @@ -43,8 +43,11 @@ junit_suite_name = "molecule_test_suite"
43
43
testpaths = " src/molecule/test/"
44
44
filterwarnings = [
45
45
# treat warnings as errors unless we add them below
46
- " error"
46
+ " error" ,
47
+ # https://github.com/certifi/python-certifi/pull/193
48
+ " ignore:path is deprecated.*:DeprecationWarning" ,
47
49
# ignore::UserWarning
50
+
48
51
]
49
52
50
53
[tool .setuptools_scm ]
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ pytest==7.1.2
52
52
pytest-cov == 3.0.0
53
53
pytest-forked == 1.4.0
54
54
pytest-html == 3.1.1
55
- pytest-metadata == 2.0.1
55
+ pytest-metadata == 2.0.2
56
56
pytest-mock == 3.7.0
57
57
pytest-plus == 0.2
58
58
pytest-testinfra == 6.7.0
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ classifiers =
37
37
Programming Language :: Python :: 3.8
38
38
Programming Language :: Python :: 3.9
39
39
Programming Language :: Python :: 3.10
40
+ Programming Language :: Python :: 3.11
40
41
41
42
Topic :: System :: Systems Administration
42
43
Topic :: Utilities
@@ -57,7 +58,7 @@ zip_safe = False
57
58
58
59
# These are required in actual runtime:
59
60
install_requires =
60
- ansible-compat >= 2.1 .0
61
+ ansible-compat >= 2.2 .0
61
62
cerberus >= 1.3.1, !=1.3.3, !=1.3.4
62
63
click >= 8.0, < 9
63
64
click-help-colors >= 0.9
You can’t perform that action at this time.
0 commit comments