Skip to content

Commit 1ed307e

Browse files
chore(ci): remove freezegun from hatch since it's in riot (#13632)
On #13612 I added freezegun to riot but forgot to remove it from hatch. This fixes it. ## Checklist - [X] PR author has checked that all the criteria below are met - The PR description includes an overview of the change - The PR description articulates the motivation for the change - The change includes tests OR the PR description describes a testing strategy - The PR description notes risks associated with the change, if any - Newly-added code is easy to change - The change follows the [library release note guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html) - The change includes or references documentation updates if necessary - Backport labels are set (if [applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)) ## Reviewer Checklist - [ ] Reviewer has checked that all the criteria below are met - Title is accurate - All changes are related to the pull request's stated goal - Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes - Testing strategy adequately addresses listed risks - Newly-added code is easy to change - Release note makes sense to a user of the library - If necessary, author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment - Backport labels are set in a manner that is consistent with the [release branch maintenance policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting) --------- Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com> Co-authored-by: Emmett Butler <emmett.butler321@gmail.com>
1 parent df7393f commit 1ed307e

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

hatch.toml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -757,24 +757,6 @@ view = [
757757
"python scripts/ci_visibility/view_snapshot.py {args:}",
758758
]
759759

760-
[envs.freezegun]
761-
template = "freezegun"
762-
dependencies = [
763-
"freezegun{matrix:freezegun}",
764-
"pytest",
765-
"pytest-cov",
766-
"hypothesis",
767-
]
768-
769-
[envs.freezegun.scripts]
770-
test = [
771-
"pytest tests/contrib/freezegun {args:}",
772-
]
773-
774-
[[envs.freezegun.matrix]]
775-
python = ["3.10", "3.12"]
776-
freezegun = ["~=1.3.0", "~=1.5.0"]
777-
778760
[envs.selenium]
779761
template = "selenium"
780762
dependencies = [

tests/contrib/suitespec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ suites:
693693
- '@tracing'
694694
- '@freezegun'
695695
- tests/contrib/freezegun/*
696-
runner: hatch
696+
runner: riot
697697
snapshot: true
698698
gevent:
699699
paths:

0 commit comments

Comments
 (0)