python3Packages.pytest-aiohttp: ignore pytest deprecation warnings

Changed files
+2
pkgs
development
python-modules
pytest-aiohttp
+2
pkgs/development/python-modules/pytest-aiohttp/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
meta = with lib; {
homepage = "https://github.com/aio-libs/pytest-aiohttp/";
changelog = "https://github.com/aio-libs/pytest-aiohttp/blob/${src.rev}/CHANGES.rst";
···
nativeCheckInputs = [ pytestCheckHook ];
+
pytestFlags = [ "-Wignore::pytest.PytestDeprecationWarning" ];
+
meta = with lib; {
homepage = "https://github.com/aio-libs/pytest-aiohttp/";
changelog = "https://github.com/aio-libs/pytest-aiohttp/blob/${src.rev}/CHANGES.rst";