python312Packages.devtools: drop pytest8 removal warning ignore

This commit is contained in:
Martin Weinelt 2024-03-24 18:05:35 +01:00
parent 9d9885e949
commit 2e2ec07f9d
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 0 additions and 5 deletions

View File

@ -39,11 +39,6 @@ buildPythonPackage rec {
pytest-mock
];
pytestFlagsArray = [
# pytest.PytestRemovedIn8Warning: Passing None has been deprecated.
"-W ignore::pytest.PytestRemovedIn8Warning"
];
disabledTests = [
# Test for Windows32
"test_print_subprocess"