Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-4179: [Python] Use more public API to determine whether a test …
…has a pytest mark or not There was an internal API change in pytest 4.1.0 that resulted in our pytest configuration logic failing to check if marks were set or not on unit tests. I confirmed that the following fixes the problem both on pytest 4.0.x (where things still worked) and 4.1.0 (when things broke) Author: Wes McKinney <[email protected]> Closes #3333 from wesm/ARROW-4179 and squashes the following commits: 646c1cb <Wes McKinney> Use iter_markers to get a list of marks for each unit test since the behavior of item.obj changed
- Loading branch information