Releases: saltstack/pytest-skip-markers
Releases · saltstack/pytest-skip-markers
1.5.2 (2024-08-09)
Bug Fixes
- Corrected platform support for MacOS Arm64 based systems in function is_aarch64
- Dropped support for Python 3.7
1.5.1
1.5.1 (2024-01-04)
Bug Fixes
- Also capture
stderr
so that no errors are seen on console when checking for FIPS support (#33)
Trivial/Internal Changes
- Minor fixes (#33)
- Don't set the config value twice for the same marker
- Update copyright headers
1.5.0
1.5.0 (2023-10-20)
Features
- Add a
skip_on_fips_enabled_platform
marker (#30)
1.4.1
1.4.1 (2023-07-31)
Improvements
- Stop using deprecated
@pytest.mark.trylast
(#24)
Trivial/Internal Changes
1.4.0
1.4.0 (2022-12-20)
Breaking Changes
- Drop support for python versions older than 3.7 (#22)
Improvements
- Don't cache the functions in
pytestskipmarkers.utils.platform
(#21)
Trivial/Internal Changes
- Updated pre-commit hook versions and added missing
long_description_content_type
to setup.cfg
(#23)
1.2.0
1.2.0 (2022-02-22)
Features
- Added
pytest.mark.skip_on_photonos
and pytest.mark.skip_unless_on_photonos
markers (#13)
- Added the
pytest.mark.skip_on_env
marker. (#14)
1.1.3
1.1.3 (2022-02-16)
Bug Fixes
- Fixed issue with
sdist
recompression for reproducible packages not iterating though subdirectories contents. (#12)
1.1.2
1.1.2 (2022-02-05)
Bug Fixes
- Set lower required python to
3.5.2
and avoid issues with flake8-typing-imports
. (#10 <https://github.com/saltstack/pytest-skip-markers/issues/10>
_)
1.1.1
1.1.1 (2022-02-05)
Bug Fixes
- Allow installing on older minior versions of Py3.5. Looking at you Debian. (
#10 <https://github.com/saltstack/pytest-skip-markers/issues/10>
_)