We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b41590 commit 69b9be2Copy full SHA for 69b9be2
CHANGELOG.rst
@@ -13,6 +13,18 @@ Backward incompatible (breaking) changes will only be introduced in major versio
13
14
.. towncrier release notes start
15
16
+1.3.0 (2022-05-09)
17
+==================
18
+
19
+Features
20
+--------
21
22
+- Support skipping all test cases that access the Internet by setting the
23
+ environment variable `NO_INTERNET`. This is useful to make the test run
24
+ reproducible and robust for future runs (to avoid breaking in case some random
25
+ service on the Internet changes). (`#16 <https://github.com/saltstack/pytest-skip-markers/issues/16>`_)
26
27
28
1.2.0 (2022-02-22)
29
==================
30
changelog/16.feature.rst
0 commit comments