Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Backport PR #29770 on branch v3.10.x (MNT: Move test for old ipython behavior to minver tests)#29792

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions.github/workflows/tests.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -59,12 +59,7 @@ jobs:
pyside6-ver: '==6.2.0'
- os: ubuntu-20.04
python-version: '3.10'
# One CI run tests ipython/matplotlib-inline before backend mapping moved to mpl
extra-requirements:
-r requirements/testing/extra.txt
"ipython==7.29.0"
"ipykernel==5.5.6"
"matplotlib-inline<0.1.7"
extra-requirements: '-r requirements/testing/extra.txt'
CFLAGS: "-fno-lto" # Ensure that disabling LTO works.
# https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
Expand Down
8 changes: 8 additions & 0 deletionsrequirements/testing/minver.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,3 +13,11 @@ pillow==8.3.2
pyparsing==2.3.1
pytest==7.0.0
python-dateutil==2.7

# Test ipython/matplotlib-inline before backend mapping moved to mpl.
# This should be tested for a reasonably long transition period,
# but we will eventually remove the test when we no longer support
# ipython/matplotlib-inline versions from before the transition.
ipython==7.29.0
ipykernel==5.5.6
matplotlib-inline<0.1.7
Loading

[8]ページ先頭

©2009-2025 Movatter.jp