From f6039e0c8498be25f36ef3150b95a21d226ced49 Mon Sep 17 00:00:00 2001 From: leandor Date: Sun, 6 Nov 2016 01:52:06 -0300 Subject: [PATCH] (#18) Cosmetic change on pytest import --- tests/papi/test_lz4.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/papi/test_lz4.py b/tests/papi/test_lz4.py index cdaaed3..783cca6 100644 --- a/tests/papi/test_lz4.py +++ b/tests/papi/test_lz4.py @@ -1,6 +1,6 @@ -import pytest +from pytest import fixture -@pytest.fixture +@fixture def lz4(): from cint import lz4 return lz4