diff options
author | Pierre de Buyl <pdebuyl@pdebuyl.be> | 2021-12-08 14:22:50 +0100 |
---|---|---|
committer | Pierre de Buyl <pdebuyl@pdebuyl.be> | 2021-12-08 15:29:33 +0100 |
commit | 831849ea5d1a9ec0ce56f28f682cd06f8da736c5 (patch) | |
tree | 0c8174d2dd3ffa96f29b561fddde4af37249b4a2 /doc/conftest.py | |
parent | 4a9e3905c06ddd932f78886a27696ba445c90627 (diff) | |
download | numpy-831849ea5d1a9ec0ce56f28f682cd06f8da736c5.tar.gz |
fix linter error
Diffstat (limited to 'doc/conftest.py')
-rw-r--r-- | doc/conftest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conftest.py b/doc/conftest.py index cfd65c1aa..5e00b1e12 100644 --- a/doc/conftest.py +++ b/doc/conftest.py @@ -22,6 +22,7 @@ class SkipMatplotlibOutputChecker(doctest.OutputChecker): break return OutputChecker.check_output(self, want, got, optionflags) + doctest.OutputChecker = SkipMatplotlibOutputChecker @pytest.fixture(autouse=True) |