Skip to content

Latest commit

 

History

History
91 lines (47 loc) · 1.94 KB

CHANGES.rst

File metadata and controls

91 lines (47 loc) · 1.94 KB

Release Notes

3.1.0 (2024-02-01)

  • Drop support for python 3.7

3.0.0 (2023-05-27)

  • Use pytest.stash internally instead of _variables
  • Switch to Hatch

2.0.0 (2022-03-27)

  • Drop python 2.7 and 3.6 support
  • Switch to pyproject.toml and Poetry

1.9.0 (2019-10-23)

1.8.0 (2019-09-12)

  • Handle PyYaml deprecation

1.7.1 (2018-01-15)

  • Encode variables as UTF-8.

1.7.0 (2017-08-08)

  • Merge dictionaries in variables when multiple files are provided.

1.6.1 (2017-04-28)

  • Fix TypeError when opening variables in Python 3.2-3.5

1.6.0 (2017-04-25)

  • Open file in binary format to address incorrect encoding on Windows

1.5.1 (2017-03-01)

  • Removed unintentional print of variables

1.5.0 (2017-03-01)

  • Moved parsing of variables to pytest_configure and store as config._variables so access is not limited to fixtures

1.4.0 (2016-03-18)

  • Remove unsupported format message for files with no extension

1.3.0 (2015-12-15)

  • Add support for Human JSON and YAML formats
  • Add documentation for variables fixture

1.2.0 (2015-07-29)

  • Require --variables command line option for all variables files

1.1.0 (2016-07-16)

  • Allow multiple variables files to be specified

1.0.0 (2015-05-13)

  • Initial release