Skip to content

Releases: saltstack/pytest-skip-markers

1.5.2 (2024-08-09)

09 Aug 17:05
Compare
Choose a tag to compare

Bug Fixes

  • Corrected platform support for MacOS Arm64 based systems in function is_aarch64
  • Dropped support for Python 3.7

1.5.1

04 Jan 14:26
Compare
Choose a tag to compare

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

20 Oct 12:48
Compare
Choose a tag to compare

1.5.0 (2023-10-20)

Features

  • Add a skip_on_fips_enabled_platform marker (#30)

1.4.1

31 Jul 14:05
Compare
Choose a tag to compare

1.4.1 (2023-07-31)

Improvements

  • Stop using deprecated @pytest.mark.trylast (#24)

Trivial/Internal Changes

  • Several minor fixes & improvements: (#25)

    • Update pre-commit hooks versions
    • Update copyright headers
    • Update workflows
    • Add dependabot config to update GH Actions workflow versions

1.4.0

20 Dec 11:49
Compare
Choose a tag to compare

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.3.0

09 May 17:41
Compare
Choose a tag to compare

What's Changed

  • Allow skipping test cases that need Internet access by @bdrung in #16
  • Test against Pytest 7.0.x and 7.1.x by @s0undt3ch in #17

Full Changelog: 1.2.0...1.3.0

1.2.0

22 Feb 10:24
Compare
Choose a tag to compare

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

16 Feb 07:48
Compare
Choose a tag to compare

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

05 Feb 11:12
Compare
Choose a tag to compare

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

05 Feb 09:47
Compare
Choose a tag to compare

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>_)