Skip to content

Commit

Permalink
TST: Fix liquid_tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed Jul 19, 2020
1 parent 1bd8600 commit 3175783
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion liquid_tags/test_youtube.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
from . import youtube
import sys
import unittest

import pytest

from . import youtube


if "nosetests" in sys.argv[0]:
raise unittest.SkipTest("Those tests are pytest-compatible only")


class configs:
def __init__(self):
Expand Down

0 comments on commit 3175783

Please sign in to comment.