Skip to content

Commit

Permalink
Remove freezegun as a test dependency since it is not used (#875)
Browse files Browse the repository at this point in the history
* remove `freezegun` as a test dependency since it is not used
  • Loading branch information
mikealfare authored Jul 23, 2024
1 parent 725b45e commit f261d17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Under the Hood-20240719-133151.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Under the Hood
body: Remove `freezegun` as a testing dependency; this package is no longer used
time: 2024-07-19T13:31:51.503575-04:00
custom:
Author: mikealfare
Issue: "1136"
1 change: 0 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ pre-commit~=3.5.0;python_version <"3.9"

# test
ddtrace==2.3.0
freezegun~=1.4
pytest~=7.4
pytest-csv~=3.0
pytest-dotenv~=0.5.2
Expand Down

0 comments on commit f261d17

Please sign in to comment.