8000 Merge pull request #17995 from numpy/dependabot/pip/pytest-6.2.0 · numpy/numpy@de3fcf1 · GitHub
[go: up one dir, main page]

Skip to content

Commit de3fcf1

Browse files
authored
Merge pull request #17995 from numpy/dependabot/pip/pytest-6.2.0
MAINT: Bump pytest from 6.0.2 to 6.2.0
2 parents 12d99b5 + 25ddde7 commit de3fcf1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pytest.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ filterwarnings =
1414
# Matrix PendingDeprecationWarning.
1515
ignore:the matrix subclass is not
1616
ignore:Importing from numpy.matlib is
17-
17+
# pytest warning when using PYTHONOPTIMIZE
18+
ignore:assertions not in test modules or plugins:pytest.PytestConfigWarning

test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cython==0.29.21
22
wheel<0.36.3
33
setuptools<49.2.0
44
hypothesis==5.41.5
5-
pytest==6.0.2
5+
pytest==6.2.0
66
pytz==2020.4
77
pytest-cov==2.10.1
88
pickle5; python_version == '3.7' and platform_python_implementation != 'PyPy'

0 commit comments

Comments
 (0)
0