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

tests: Mark tox failing tests and avoid running them for now

parent f696051a
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2017 The Software Heritage developers
# Copyright (C) 2017-2018 The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information
......@@ -9,6 +9,7 @@ import gzip
import io
import os
import pathlib
import pytest
import subprocess
import tarfile
import tempfile
......@@ -100,6 +101,7 @@ class TestRepo:
self.git_shell(*args, stdout=None)
@pytest.mark.config_issue
class BaseTestCookers(VaultTestFixture):
"""Base class of cookers unit tests"""
def setUp(self):
......
......@@ -7,7 +7,7 @@ deps =
pytest-cov
pifpaf
commands =
pifpaf run postgresql -- pytest --cov=swh --cov-branch {posargs}
pifpaf run postgresql -- pytest --cov=swh --cov-branch {posargs} -m 'not config_issue'
[testenv:flake8]
skip_install = true
......
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