rambleraptor opened a new pull request, #3937:
URL: https://github.com/apache/iceberg-python/pull/3937

   <!--
   Thanks for opening a pull request!
   -->
   
   <!-- In the case this PR will resolve an issue, please replace 
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
   <!-- Closes #${GITHUB_ISSUE_ID} -->
   
   # Rationale for this change
   We have 12 unit tests that haven't been run in CI in months.
   
   We mark unit tests as those that don't have a pytest marker. This means that 
we falsely mark tests with `filterwarnings` or other mundane pytest markers as 
non-unit tests...and then never run them. 
   
   The correct thing to do is figure out a list of markers that are integration 
tests and then have all other tests marked as unit tests.
   
   This also includes fixes for those tests, since they've been broken for a 
while.
   
   ## Are these changes tested?
   Tests only.
   
   ## Are there any user-facing changes?
   
   <!-- In the case of user-facing changes, please add the changelog label. -->
   


-- 
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