Skip to content

Commit 6ea1631

Browse files
committed
Prepare for 2.2.0 release
This release contains no new tests and test results are not expected to change, except in one case: If `test_root_rotation` or `test_non_root_rotations` are marked as "Expected To Fail" because of the non-default keytype, this expectation can now be removed: these tests now use the default keytype (ecdsa). * local testing: "make dev" now checks for faketime binary to enable failing early (#240) * Failure output was improved (#239) * Tests now use default keytype whenever possible: In `practice test_non_root_rotations()` and `test_root_rotation()` switched from ed25519 to the default ecdsa key (#238) * Expected failures are now documented better (#233) Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent 457e9c1 commit 6ea1631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tuf_conformance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import pytest
22

3-
__version__ = "2.1.0"
3+
__version__ = "2.2.0"
44

55
# register pytest asserts before the imports happen in conftest.py
66
pytest.register_assert_rewrite("tuf_conformance.client_runner")

0 commit comments

Comments
 (0)