summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2021-09-23 16:05:48 -0700
committerMatt Clay <matt@mystile.com>2021-09-23 17:18:57 -0700
commitb51e62f6e52c00874f967b7eebf8bb50bebb832d (patch)
tree7c13b843e7e447061201abbbdf2c3a6cd56d8a78 /changelogs
parenta2d4a8a9f36ee30a4f1fd7a2fedda91fb3860d96 (diff)
downloadansible-b51e62f6e52c00874f967b7eebf8bb50bebb832d.tar.gz
ansible-test - Add minimum constraints for pytest.
Use `--strict` for `pytest` on Python 2.6 since `--strict-markers` is not available.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/ansible-test-pytest-constraints.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-pytest-constraints.yml b/changelogs/fragments/ansible-test-pytest-constraints.yml
new file mode 100644
index 0000000000..c707c0d7e7
--- /dev/null
+++ b/changelogs/fragments/ansible-test-pytest-constraints.yml
@@ -0,0 +1,4 @@
+minor_changes:
+ - ansible-test - Set minimum version constraints for ``pytest``.
+bugfixes:
+ - ansible-test - Use ``--strict`` for ``pytest`` on Python 2.6 since ``--strict-markers`` is not available.