Skip to content

Releases: jupe/pytest-lockable

v0.11.0

08 Sep 14:09
48df9ba

Choose a tag to compare

What's Changed

  • Drop Python 3.8, add Python 3.12 CI tests by @jupe in #36
  • Update codeql-analysis.yml by @jupe in #33
  • update lockable to latest release by @jupe in #37

Full Changelog: v0.10.0...v0.11.0

v0.10.0 drop py3.7 support

24 Jan 12:24
c101e07

Choose a tag to compare

What's Changed

  • update py-lockable dependency and drop py 3.7 support by @jupe in #34

Full Changelog: v0.9.3...v0.10.0

accept new py-lockable

06 Nov 14:01
ce979ec

Choose a tag to compare

What's Changed

  • accept py-lockable v0.10.0 usage by @jupe in #32

Full Changelog: v0.9.2...v0.9.3

v0.9.2

09 Aug 10:56
48fd628

Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

Update py-lockable dependency

20 Jul 13:00
cf8bfca

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

BREAKING CHANGE: add pytest entry_point

28 Feb 20:15
3fcbc79

Choose a tag to compare

What's Changed

  • add entrypoint for pytest_lockable.plugin by @jupe in #26

no need to enable plugin anymore from conftest.py

Full Changelog: v0.8.3...v0.9.0

Loosen lockable dependency

09 Nov 12:51
3e0ff18

Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.8.3

update lockable dependency

09 Nov 12:10
a84896c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.8.2

drop autouse from fixtures

09 Nov 10:22
50cfe2b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

lockable_resource fixture yields now Allocation object

23 Oct 07:09
79c00b3

Choose a tag to compare

What's Changed

  • yield Allocation context instead of resource info dictionary by @jupe in #22

This is potential breaking change! Allocation -object contains get -method that is backward compatible with previous yielded dict:get().

Full Changelog: v0.7.5...v0.8.0