Nike-Inc / spark-expectations

A Python Library to support running data quality rules while the spark job is running⚡
https://engineering.nike.com/spark-expectations
Apache License 2.0
161 stars 37 forks source link

[FEATURE] Loosen pluggy version #94

Closed mikita-sakalouski closed 4 months ago

mikita-sakalouski commented 4 months ago

Description

Pluggy dependencies as follows pluggy = "^1"

Related Issue

93

Motivation and Context

Currently pluggy version is hardcoded to pluggy = "1.0.0" which is not allowing to use latest versions of pytest.

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: