Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-vault
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jérémy Bobbio (Lunar)
swh-vault
Commits
c58b4841
Verified
Commit
c58b4841
authored
6 years ago
by
Antoine R. Dumont
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
swh/vault/tests/test_cookers.py
+3
-1
3 additions, 1 deletion
swh/vault/tests/test_cookers.py
tox.ini
+1
-1
1 addition, 1 deletion
tox.ini
with
4 additions
and
2 deletions
swh/vault/tests/test_cookers.py
+
3
−
1
View file @
c58b4841
# 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
):
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
1
−
1
View file @
c58b4841
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment