File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
+ 6.1.0
6
+ =====
7
+
8
+ * Fix wrong package module on CentOS having dpkg tools installed #570 (#575)
9
+ * Deduplicate hosts returned by get_backends() (#572)
10
+ * Use /run/systemd/system/ to detect systemd (fixes #546)
11
+ * Use ssh_args from ansible.cfg
12
+ * Require python >= 3.6
13
+ * Fix ValueError with python 3.8+ when using --nagios option.
14
+
5
15
6.0.0
6
16
=====
7
17
8
- * Breaking change: testinfra is moving to the https://github.com/pytest-dev/
9
- organization. Project on PyPi is renamed as pytest-testinfra.
18
+ * Breaking change: testinfra has moved to the https://github.com/pytest-dev/
19
+ organization. Project on PyPi is renamed as pytest-testinfra. A dummy
20
+ testinfra will make the transition, but you should rename to pytest-testinfra
21
+ in your requirements files.
10
22
11
23
5.3.1
12
24
=====
You can’t perform that action at this time.
0 commit comments