Skip to content
Snippets Groups Projects
Verified Commit 5eb055d8 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

d/rules: Avoid fs tests during packaging

parent 3803ac3b
No related branches found
No related tags found
No related merge requests found
...@@ -8,12 +8,14 @@ import tempfile ...@@ -8,12 +8,14 @@ import tempfile
import unittest import unittest
from click.testing import CliRunner from click.testing import CliRunner
from nose.plugins.attrib import attr
from swh.model import cli from swh.model import cli
from swh.model.tests.test_from_disk import DataMixin from swh.model.tests.test_from_disk import DataMixin
from swh.model.hashutil import hash_to_hex from swh.model.hashutil import hash_to_hex
@attr('fs')
class TestIdentify(DataMixin, unittest.TestCase): class TestIdentify(DataMixin, unittest.TestCase):
def setUp(self): def setUp(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment