Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
diffoscope
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Reproducible Builds
diffoscope
Commits
e998eb9d
Verified
Commit
e998eb9d
authored
3 years ago
by
Mattia Rizzolo
Browse files
Options
Downloads
Patches
Plain Diff
tests: ignore a warning from h5py that doesn't concern us.
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
080813f3
No related branches found
No related tags found
Loading
Checking pipeline status
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pytest.ini
+4
-1
4 additions, 1 deletion
pytest.ini
with
4 additions
and
1 deletion
pytest.ini
+
4
−
1
View file @
e998eb9d
[pytest]
junit_family
=
xunit2
filterwarnings
=
# this comes from binwalk
# https://github.com/ReFirmLabs/binwalk/issues/507
filterwarnings
=
ignore:the
imp
module
is
deprecated
in
favour
of
importlib.*:DeprecationWarning
# this comes from h5py
# https://bugs.debian.org/994617
ignore:h5py
is
running
against
HDF5
[\d\.]
+
when
it
was
built
against
[\d\.]
+,
this
may
cause
problems
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