@@ -884,7 +884,6 @@ def test_changelog_with_filename_as_empty_string(
884
884
885
885
886
886
@pytest .mark .usefixtures ("tmp_commitizen_project" )
887
- @pytest .mark .freeze_time ("2022年02月13日" )
888
887
def test_changelog_from_rev_first_version_from_arg (
889
888
mocker : MockFixture , config_path , changelog_path , file_regression
890
889
):
@@ -918,7 +917,6 @@ def test_changelog_from_rev_first_version_from_arg(
918
917
919
918
920
919
@pytest .mark .usefixtures ("tmp_commitizen_project" )
921
- @pytest .mark .freeze_time ("2022年02月13日" )
922
920
def test_changelog_from_rev_latest_version_from_arg (
923
921
mocker : MockFixture , config_path , changelog_path , file_regression
924
922
):
@@ -954,7 +952,6 @@ def test_changelog_from_rev_latest_version_from_arg(
954
952
955
953
956
954
@pytest .mark .usefixtures ("tmp_commitizen_project" )
957
- @pytest .mark .freeze_time ("2022年02月13日" )
958
955
@pytest .mark .parametrize (
959
956
"rev_range,tag" ,
960
957
(
@@ -986,7 +983,6 @@ def test_changelog_from_rev_range_not_found(
986
983
987
984
988
985
@pytest .mark .usefixtures ("tmp_commitizen_project" )
989
- @pytest .mark .freeze_time ("2022年02月13日" )
990
986
def test_changelog_multiple_matching_tags (
991
987
mocker : MockFixture , config_path , changelog_path
992
988
):
@@ -1016,7 +1012,6 @@ def test_changelog_multiple_matching_tags(
1016
1012
1017
1013
1018
1014
@pytest .mark .usefixtures ("tmp_commitizen_project" )
1019
- @pytest .mark .freeze_time ("2022年02月13日" )
1020
1015
def test_changelog_from_rev_range_default_tag_format (
1021
1016
mocker , config_path , changelog_path
1022
1017
):
@@ -1047,7 +1042,6 @@ def test_changelog_from_rev_range_default_tag_format(
1047
1042
1048
1043
1049
1044
@pytest .mark .usefixtures ("tmp_commitizen_project" )
1050
- @pytest .mark .freeze_time ("2022年02月13日" )
1051
1045
def test_changelog_from_rev_version_range_including_first_tag (
1052
1046
mocker : MockFixture , config_path , changelog_path , file_regression
1053
1047
):
@@ -1079,7 +1073,6 @@ def test_changelog_from_rev_version_range_including_first_tag(
1079
1073
1080
1074
1081
1075
@pytest .mark .usefixtures ("tmp_commitizen_project" )
1082
- @pytest .mark .freeze_time ("2022年02月13日" )
1083
1076
def test_changelog_from_rev_version_range_from_arg (
1084
1077
mocker : MockFixture , config_path , changelog_path , file_regression
1085
1078
):
@@ -1119,7 +1112,6 @@ def test_changelog_from_rev_version_range_from_arg(
1119
1112
1120
1113
1121
1114
@pytest .mark .usefixtures ("tmp_commitizen_project" )
1122
- @pytest .mark .freeze_time ("2022年02月13日" )
1123
1115
def test_changelog_from_rev_version_range_with_legacy_tags (
1124
1116
mocker : MockFixture , config_path , changelog_path , file_regression
1125
1117
):
@@ -1154,7 +1146,6 @@ def test_changelog_from_rev_version_range_with_legacy_tags(
1154
1146
1155
1147
1156
1148
@pytest .mark .usefixtures ("tmp_commitizen_project" )
1157
- @pytest .mark .freeze_time ("2022年02月13日" )
1158
1149
def test_changelog_from_rev_version_with_big_range_from_arg (
1159
1150
mocker : MockFixture , config_path , changelog_path , file_regression
1160
1151
):
@@ -1214,7 +1205,6 @@ def test_changelog_from_rev_version_with_big_range_from_arg(
1214
1205
1215
1206
1216
1207
@pytest .mark .usefixtures ("tmp_commitizen_project" )
1217
- @pytest .mark .freeze_time ("2022年02月13日" )
1218
1208
def test_changelog_from_rev_latest_version_dry_run (
1219
1209
mocker : MockFixture , capsys , config_path , changelog_path , file_regression
1220
1210
):
@@ -1267,7 +1257,6 @@ def test_invalid_subject_is_skipped(mocker: MockFixture, capsys):
1267
1257
assert out == ("## Unreleased\n \n ### Feat\n \n - a new world\n \n " )
1268
1258
1269
1259
1270
- @pytest .mark .freeze_time ("2022年02月13日" )
1271
1260
@pytest .mark .usefixtures ("tmp_commitizen_project" )
1272
1261
def test_changelog_with_customized_change_type_order (
1273
1262
mocker , config_path , changelog_path , file_regression
@@ -1325,7 +1314,6 @@ def test_empty_commit_list(mocker):
1325
1314
1326
1315
1327
1316
@pytest .mark .usefixtures ("tmp_commitizen_project" )
1328
- @pytest .mark .freeze_time ("2022年02月13日" )
1329
1317
def test_changelog_prerelease_rev_with_use_scheme_semver (
1330
1318
mocker : MockFixture , capsys , config_path , changelog_path , file_regression
1331
1319
):
0 commit comments