Skip to content

Commit

Permalink
no need to time-freeze the snippet collecting related tests any more
Browse files Browse the repository at this point in the history
as the save related mid-air collision issue was already fixed before
  • Loading branch information
osoukup committed Jan 10, 2025
1 parent 2ef9756 commit 2e0700b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions apps/bbsync/tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -918,9 +918,6 @@ def test_bz_id(self):


class TestFlawDraftBBSyncIntegration:
@freeze_time(
timezone.datetime(2020, 12, 12)
) # freeze against top of the second crossing
@pytest.mark.vcr
@pytest.mark.enable_signals
@pytest.mark.parametrize(
Expand Down
2 changes: 0 additions & 2 deletions collectors/osv/tests/test_collectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from datetime import datetime, timezone

import pytest
from freezegun import freeze_time
from jira.exceptions import JIRAError

from apps.taskman.service import JiraTaskmanQuerier
Expand All @@ -14,7 +13,6 @@


class TestOSVCollector:
@freeze_time(datetime(2020, 12, 12)) # freeze against top of the second crossing
@pytest.mark.vcr
def test_collect_osv_record_without_cve(self):
"""
Expand Down

0 comments on commit 2e0700b

Please sign in to comment.