Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Development
swh-web
Commits
8d430edc
Commit
8d430edc
authored
6 months ago
by
Renaud Boyer
Browse files
Options
Downloads
Patches
Plain Diff
tests: Fix existing markers and enforce --strict-markers
parent
62cf7e93
Branches
save-code-now
No related tags found
1 merge request
!1318
tests: Reduce the number of warnings raised
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pytest.ini
+3
-1
3 additions, 1 deletion
pytest.ini
with
3 additions
and
1 deletion
pytest.ini
+
3
−
1
View file @
8d430edc
...
...
@@ -5,6 +5,7 @@ addopts =
-p
swh.web.tests.pytest_plugin
--ignore-glob
=
*random_fixtures_test.py
--ignore-glob
=
*create_test_*.py
--strict-markers
norecursedirs
=
build docs node_modules resources .tox
DJANGO_SETTINGS_MODULE
=
swh.web.settings.tests
filterwarnings
=
...
...
@@ -12,6 +13,7 @@ filterwarnings =
ignore:.*Using
or
importing
the
ABCs
from
'collections'
ignore:.*uses
the.*fixture,
which
is
reset
between
function
calls
ignore:.*'U'
mode
is
deprecated
asyncio_mode
=
strict
consider_namespace_packages
=
true
markers
=
inbound_message:
used
to
pass
a
message
parameter
to
the
inbound_message
fixture
\ No newline at end of file
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