doc - skip/windows for integration tests (#53010)

pull/53033/head
Jordan Borean 6 years ago committed by Alicia Cozine
parent 72bdcdfff2
commit 7360db5956

@ -72,6 +72,11 @@ Platform versions, as specified using the ``--remote`` option with ``/`` removed
- ``skip/freebsd11.1`` - Skip tests on FreeBSD 11.1.
- ``skip/rhel7.6`` - Skip tests on RHEL 7.6.
Windows verssions, as specified using the ``--windows`` option can also be skipped:
- ``skip/windows/2008`` - Skip tests on Windows Server 2008.
- ``skip/windows/2012-R2`` - Skip tests on Windows Server 2012 R2.
Aliases can be used to skip Python major versions using one of the following:
- ``skip/python2`` - Skip tests on Python 2.x.

Loading…
Cancel
Save