Skip to content

Releases: jupe/pytest-lockable

v0.10.0 drop py3.7 support

24 Jan 12:24
c101e07
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

update lockable dependency

09 Nov 12:10
a84896c
Compare
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
Compare
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
Compare
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

update dependency: py-lockable

23 Oct 06:25
f5b066c
Compare
Choose a tag to compare

What's Changed

This makes possible to get queue duration and allocation duration

Full Changelog: v0.7.4...v0.7.5