Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Remove decorator dependency from debug.py #7219

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

microamp
Copy link
Contributor

The PR removes the decorator dependency from debug.py. This should complete #5654.

See also: #7199

@microamp microamp changed the title refactor: Drop dependency on decorator package (cont) refactor: Remove decorator dependency from debug.py Mar 18, 2024
Copy link

codecov bot commented Mar 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.94%. Comparing base (187c2c5) to head (1a3a571).
Report is 64 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7219      +/-   ##
==========================================
- Coverage   88.98%   88.94%   -0.05%     
==========================================
  Files         291      291              
  Lines       40717    41067     +350     
==========================================
+ Hits        36233    36527     +294     
- Misses       4484     4540      +56     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -56,7 +54,7 @@ pyquery>=1.4.3
python-dateutil>=2.8.2
types-python-dateutil>=2.8.2
python-magic==0.4.18 # Versions beyond the yanked .19 and .20 introduce form failures
pymemcache>=4.0.0 # for django.core.cache.backends.memcached.PyMemcacheCache
pymemcache>=4.0.0 # for django.core.cache.backends.memcached.PyMemcacheCache
Copy link
Member

@rjsparks rjsparks Mar 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit - try not to bring in unrelated whitespace changes - put those in their own PR. (Otherwise time gets wasted later chasing back through revisions to find why the lines really changed.)

@rjsparks rjsparks merged commit 10cd14f into ietf-tools:main Mar 18, 2024
9 checks passed
@microamp microamp deleted the refactor/decorator-debug-py branch March 18, 2024 08:19
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants