8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12d99b5 + 25ddde7 commit de3fcf1Copy full SHA for de3fcf1
pytest.ini
@@ -14,4 +14,5 @@ filterwarnings =
14
# Matrix PendingDeprecationWarning.
15
ignore:the matrix subclass is not
16
ignore:Importing from numpy.matlib is
17
-
+# pytest warning when using PYTHONOPTIMIZE
18
+ ignore:assertions not in test modules or plugins:pytest.PytestConfigWarning
test_requirements.txt
@@ -2,7 +2,7 @@ cython==0.29.21
2
wheel<0.36.3
3
setuptools<49.2.0
4
hypothesis==5.41.5
5
-pytest==6.0.2
+pytest==6.2.0
6
pytz==2020.4
7
pytest-cov==2.10.1
8
pickle5; python_version == '3.7' and platform_python_implementation != 'PyPy'
0 commit comments