- 
                Notifications
    
You must be signed in to change notification settings  - Fork 22
 
loosen pytest requirements #135
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
Conversation
          PR Reviewer Guide 🔍(Review updated until commit d3dcc20)Here are some key observations to aid the review process: 
  | 
    
          PR Code Suggestions ✨Explore these optional code suggestions: 
  | 
    
1248a4a    to
    7d7340c      
    Compare
  
    | 
           Persistent review updated to latest commit d3dcc20  | 
    
          PR Code Suggestions ✨Explore these optional code suggestions: 
  | 
    
PR Type
Description
Add new function
format_code_in_memorywith Black support.Replace
sort_importscalls withformat_code_in_memory.Update tests to use new formatting and sorting method.
Loosen pytest version constraints and add Black dependency in CI.
Changes walkthrough 📝
3 files
Introduce `format_code_in_memory` with Black integrationReplace isort call with `format_code_in_memory` in instrumentationUpdate import sorting to use new formatting function3 files
Replace `sort_imports` with `format_code_in_memory` in testsUpdate test assertions to use new formatting functionMultiple test updates for formatting consistency1 files
Add --disable-warnings option to pytest command1 files
Loosen pytest constraint and add Black dependency