Crunch-io / scrunch

Pythonic scripting library for cleaning data in Crunch
GNU Lesser General Public License v3.0
5 stars 7 forks source link

fix pytest skipif wrong clause in integration/test_expressions #462

Closed aless10 closed 3 months ago

aless10 commented 3 months ago

The pytest.skipif decorator has the wrong condition. It is the opposite of what we want to do. this PR is aims to fix that.