Skip to content

Commit 34f21e5

Browse files
committed
Merge branch '1.4' of github.com:sympy/sympy into 1.4
2 parents 951b676 + bdbe035 commit 34f21e5

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

release/rever.xsh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def source_tarball():
8585

8686
@activity(deps={'_version'})
8787
def build_docs():
88-
with run_in_conda_env(['sphinx', 'docutils', 'numpy', 'mpmath'],
88+
with run_in_conda_env(['sphinx', 'docutils', 'numpy', 'mpmath', 'matplotlib'],
8989
envname='sympy-release-docs'):
9090

9191
cd doc
@@ -980,13 +980,16 @@ git_whitelist = {
980980
'.gitattributes',
981981
'.gitignore',
982982
'.mailmap',
983-
# Travis
983+
# Travis and CI
984984
'.travis.yml',
985985
'.ci/durations.json',
986986
'.ci/generate_durations_log.sh',
987987
'.ci/parse_durations_log.py',
988988
'.ci/blacklisted.json',
989989
'.editorconfig',
990+
'.coveragerc',
991+
'codecov.yml',
992+
'pytest.ini',
990993
# Code of conduct
991994
'CODE_OF_CONDUCT.md',
992995
# Pull request template

sympy/functions/elementary/tests/test_miscellaneous.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from sympy.functions.special.delta_functions import Heaviside
1414

1515
from sympy.utilities.lambdify import lambdify
16-
from sympy.utilities.pytest import raises, skip, warns
16+
from sympy.utilities.pytest import raises, skip, ignore_warnings
1717
from sympy.external import import_module
1818

1919
def test_Min():
@@ -349,7 +349,7 @@ def test_issue_11463():
349349
# numpy.select evaluates all options before considering conditions,
350350
# so it raises a warning about root of negative number which does
351351
# not affect the outcome. This warning is suppressed here
352-
with warns(RuntimeWarning):
352+
with ignore_warnings(RuntimeWarning):
353353
assert f(numpy.array(-1)) < -1
354354

355355

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy