zhengruifeng opened a new pull request, #38390:
URL: https://github.com/apache/spark/pull/38390

   ### What changes were proposed in this pull request?
   Pin pytest==7.1.3
   
   
   ### Why are the changes needed?
   
   `pytest-mypy-plugins==1.9.3` depends on `pytest [required: >=6.0.0]`, now 
pytest 7.2.0 is released
   
   I guess it breaks the CI
   
   ```
   Traceback (most recent call last):
     File "/usr/local/bin/pytest", line 8, in <module>
       sys.exit(console_main())
     File "/usr/local/lib/python3.9/dist-packages/_pytest/config/__init__.py", 
line 190, in console_main
       code = main()
     File "/usr/local/lib/python3.9/dist-packages/_pytest/config/__init__.py", 
line 148, in main
       config = _prepareconfig(args, plugins)
   ```
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   no test


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to