Bug 1853117 - Fails to build with matplotlib 3.3.0rc1
Summary: Fails to build with matplotlib 3.3.0rc1
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-MDAnalysis
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Christoph Junghans
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-07-02 03:00 UTC by Elliott Sales de Andrade
Modified: 2020-07-02 15:34 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-07-02 15:34:43 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Elliott Sales de Andrade 2020-07-02 03:00:36 UTC
Tests fail with matplotlib 3.3.0rc1, because the `warn` argument was removed from `matplotlib.use`.


Version-Release number of selected component (if applicable):
python-MDAnalysis-0.20.1-3.fc33


Steps to Reproduce:
1. fedpkg clone python-MDAnalysis
2. fedpkg mockbuild


Actual results:
______ ERROR collecting MDAnalysisTests/visualization/test_streamlines.py ______
/usr/lib/python3.9/site-packages/py/_path/local.py:704: in pyimport
    __import__(modname)
__init__.py:125: in <module>
    matplotlib.use('agg', warn=False)
E   TypeError: use() got an unexpected keyword argument 'warn'


Expected results:
Tests pass without error.


Additional info:
You can fetch a patch for this from upstream:
https://github.com/MDAnalysis/mdanalysis/pull/2763

Comment 1 Christoph Junghans 2020-07-02 15:27:49 UTC
https://koji.fedoraproject.org/koji/taskinfo?taskID=46466806


Note You need to log in before you can comment on or make changes to this bug.