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
Tags v0.0.24
No related merge requests found
......@@ -8,12 +8,14 @@ import tempfile
import unittest
from click.testing import CliRunner
from nose.plugins.attrib import attr
from swh.model import cli
from swh.model.tests.test_from_disk import DataMixin
from swh.model.hashutil import hash_to_hex
@attr('fs')
class TestIdentify(DataMixin, unittest.TestCase):
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