Skip to content

Commit

Permalink
Remove six from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseIgnacioTamayo committed Jul 31, 2024
1 parent 42990ea commit 9aa7e59
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions tests/misc/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

import unittest

import six

from pyangbind.lib.xpathhelper import YANGPathHelper
from tests.base import PyangBindTestCase

Expand Down
2 changes: 0 additions & 2 deletions tests/serialise/ietf-json-serialise/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
import unittest
from decimal import Decimal

import six

from pyangbind.lib.serialise import pybindIETFJSONEncoder
from pyangbind.lib.xpathhelper import YANGPathHelper
from tests.base import PyangBindTestCase
Expand Down
2 changes: 0 additions & 2 deletions tests/serialise/json-serialise/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
import unittest
from decimal import Decimal

import six

from pyangbind.lib.pybindJSON import dumps
from pyangbind.lib.xpathhelper import YANGPathHelper
from tests.base import PyangBindTestCase
Expand Down
1 change: 0 additions & 1 deletion tests/serialise/xml-serialise/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import unittest
from decimal import Decimal

import six
from lxml import objectify

from pyangbind.lib.serialise import pybindIETFXMLEncoder
Expand Down
2 changes: 0 additions & 2 deletions tests/union/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

import unittest

import six

from tests.base import PyangBindTestCase


Expand Down

0 comments on commit 9aa7e59

Please sign in to comment.